Types

FullBox

Represents presence of a value

Attributes

val

The value

Parent types

Direct children types

Methods

Arr(fb:FullBox)
Convert FullBox to array
Bool(fb:FullBox)
Always true
dflt(fb:FullBox, x:Any)
Do nothing
each(fb:FullBox, cb:Fun)
Call cb with the value of the FullBox
filter(fb:FullBox, predicate:Any)
Test FullBox value
get(fb:FullBox, dflt:Any=null)
Get FullBox value
init(b:FullBox, *args:Arr)
Do not use directly! Helper constructor that throws InvalidArgument when FullBox is created with zero or more than one argument.
init(b:FullBox, val:Any)
FullBox constructor. Saves val into .val
map(fb:FullBox, mapper:Fun)
Map FullBox value