WithBoolOps

trait WithBoolOps[B <: SafeBool[B]] extends SafeBool[B]

Adds boolean ops with companion.positive being the equivalent of true.

Adds boolean ops with companion.positive being the equivalent of true.

trait SafeBool[B]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

final def &(that: => B): B
final def &&(that: => Boolean): B
final def |(that: => B): B
final def ||(that: => Boolean): B

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def companion: Object[B]
Inherited from
SafeBool
final def fnToThisWhen[A](f: A => Boolean): A => B
Inherited from
SafeBool
@inline
final def is(b: B): Boolean
Inherited from
SafeBool
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product
final def unary_!: B
Inherited from
SafeBool
@inline
final def when(cond: Boolean): B
Inherited from
SafeBool
final def whenAllAre(bs: B*): B
Inherited from
SafeBool
final def whenAnyAre(bs: B*): B
Inherited from
SafeBool