Uses of Class
org.javimmutable.collections.Holders

Packages that use Holders
org.javimmutable.collections   
 

Uses of Holders in org.javimmutable.collections
 

Methods in org.javimmutable.collections that return Holders
static
<V> Holders<V>
Holders.fromNullable(V value)
          Creates an empty Holder if value is null or a filled Holder if value is non-null.
static
<V> Holders<V>
Holders.of()
          Creates an empty Holder for the specified type.
static
<V> Holders<V>
Holders.of(V value)
          Creates a filled Holder for the specified type and (possibly null) value.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.