public class Option<T> extends Object
static <T> Option<T>
empty(int argumentId)
boolean
equals(Object obj)
int
getArgumentId()
T
getElement()
hashCode()
isEmpty()
of(T element, int argumentId)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static <T> Option<T> of(T element, int argumentId)
public static <T> Option<T> empty(int argumentId)
public int getArgumentId()
public T getElement()
public boolean isEmpty()
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.