SafeBool

object SafeBool
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait Object[B <: SafeBool[B]]

Mix into the companion object for the type.

Mix into the companion object for the type.

final case class Values[B <: SafeBool[B], +A](pos: A, neg: A)
Companion
object
object Values
Companion
class
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.