IzBoolean

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

Attributes

Companion
trait
Graph
Supertypes
trait IzBoolean
trait IzPlatformSyntax
trait IzPlatformPureUtil
trait IzPlatformUtil
class Object
trait Matchable
class Any
Show all
Self type
IzBoolean.type

Members list

Type members

Classlikes

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

Attributes

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