|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Holders | |
---|---|
org.javimmutable.collections |
Uses of Holders in org.javimmutable.collections |
---|
Methods in org.javimmutable.collections that return Holders | ||
---|---|---|
static
|
Holders.fromNullable(V value)
Creates an empty Holder if value is null or a filled Holder if value is non-null. |
|
static
|
Holders.of()
Creates an empty Holder for the specified type. |
|
static
|
Holders.of(V value)
Creates a filled Holder for the specified type and (possibly null) value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |