play.libs
类 F.Option<T>

java.lang.Object
  继承者 play.libs.F.Option<T>
所有已实现的接口:
java.lang.Iterable<T>
直接已知子类:
F.None, F.Some
包容类:
F

public abstract static class F.Option<T>
extends java.lang.Object
implements java.lang.Iterable<T>


构造方法摘要
F.Option()
           
 
方法摘要
abstract  T get()
           
abstract  boolean isDefined()
           
static
<T> F.None<T>
None()
           
static
<T> F.Some<T>
Some(T value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 java.lang.Iterable 继承的方法
iterator
 

构造方法详细信息

F.Option

public F.Option()
方法详细信息

isDefined

public abstract boolean isDefined()

get

public abstract T get()

None

public static <T> F.None<T> None()

Some

public static <T> F.Some<T> Some(T value)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly