utils
utils
japgolly.microlibs.utils
AsciiTable
Cell
BiMap
BiMap
AbstractBuilder
Builder
BuilderInt
ConciseIntSetFormat
EqualsByRef
EqualsByRef
FileUtils
Memo
By
Platform
PlatformJVM
Ref
Ref
SafeBool
SafeBool
Object
Values
WithBoolOps
Values
Values
StaticLookupFn
ArrayDsl
DslBase
Dsl
Dsl
EmptyBase
Utils
utils
/
japgolly.microlibs.utils
/
SafeBool
/
WithBoolOps
WithBoolOps
trait
WithBoolOps
[B <:
SafeBool
[
B
]] extends
SafeBool
[
B
]
Adds boolean ops with
companion.positive
being the equivalent of
true
.
Graph
Supertypes
trait
SafeBool
[
B
]
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
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