LogicalFunction

case class LogicalFunction[A](f: A => Boolean)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product