LogicalFunction

org.specs2.control.Functions.LogicalFunction
case class LogicalFunction[A](f: A => Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def &&(g: A => Boolean): A => Boolean
def unary_!: A => Boolean
def ||(g: A => Boolean): A => Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product