IzBoolean

izumi.fundamentals.platform.basics.IzBoolean$
See theIzBoolean companion trait
object IzBoolean extends IzBoolean

Attributes

Companion:
trait
Graph
Supertypes
trait IzBoolean
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final implicit class LazyBool(b: () => Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

final def all(b1: Boolean, b: LazyBool*): Boolean

Attributes

Inherited from:
IzBoolean
final def any(b1: Boolean, b: LazyBool*): Boolean

Attributes

Inherited from:
IzBoolean

Implicits

Implicits

final implicit def LazyBool(b: () => Boolean): LazyBool

Inherited implicits

final implicit def toLazyBool(b: => Boolean): LazyBool

Attributes

Inherited from:
IzBoolean