public final class Frozen<T> extends java.lang.Object implements Optional<T>
Optional
Frozen(Optional<T> delegate)
boolean
isPresent()
T
value()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Frozen(Optional<T> delegate)
public boolean isPresent()
isPresent
Optional<T>
true
false
public T value() throws java.util.NoSuchElementException
value
java.util.NoSuchElementException