| Modifier and Type | Method and Description |
|---|---|
T |
get ()
Returns the value if defined.
|
boolean |
isDefined ()
Is the value of this option defined?
|
java.util.Iterator<T> |
iterator () |
java.lang.String |
toString () |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic F.Some(T value)
public boolean isDefined()
F.Option public java.util.Iterator<T> iterator()
public java.lang.String toString()
toString in class java.lang.Object