Package com.complexible.common.base
Interface OptionFunction
-
public interface OptionFunction
- Since:
- 3.0
- Version:
- 3.0
- Author:
- Evren Sirin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <V> V
get(Option<V> theOption)
Returns the option value.
-
-
-
Method Detail
-
get
<V> V get(Option<V> theOption)
Returns the option value.
-
-