public class Some<T> extends Object implements Option<T>
protected
Some(T value)
T
get()
boolean
isNone()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
none, of
protected Some(T value)
public boolean isNone()
isNone
Option<T>
public T get()
get
Copyright © 2020. All rights reserved.