public static class F.Some<T> extends F.Option<T>
T
F.Some(T value)
get()
boolean
isDefined()
java.util.Iterator<T>
iterator()
java.lang.String
toString()
getOrElse, map, None, Some
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public F.Some(T value)
public boolean isDefined()
F.Option
isDefined
F.Option<T>
true
false
public T get()
get
null
public java.util.Iterator<T> iterator()
public java.lang.String toString()
toString
java.lang.Object