Package org.smallmind.nutsnbolts.util
Interface Option<T>
-
- All Superinterfaces:
Serializable
public interface Option<T> extends Serializable
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()booleanisNone()static <T> None<T>none()static <T> Some<T>of(T value)
-