public class Holder<T>
extends Object
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
public void set(
T object)
-
public T update(
T object)
-
-
public boolean isPresent()
-
public static <T> Holder<T> of(
T object)
-
public static <T> Holder<T> blank()
-