Interface OptionFunction


public interface OptionFunction
Since:
3.0
Version:
3.0
Author:
Evren Sirin
  • Method Summary

    Modifier and Type
    Method
    Description
    <V> V
    get(Option<V> theOption)
    Returns the option value.
  • Method Details

    • get

      <V> V get(Option<V> theOption)
      Returns the option value.