Interface OptionFunction


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

      • get

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