パッケージ org.nkjmlab.sorm4j.basic

インタフェース FunctionHandler<T,​R>

  • 型パラメータ:
    T -
    機能インタフェース
    これは機能インタフェースなので、ラムダ式またはメソッド参照の割当てターゲットとして使用できます。

    @FunctionalInterface
    public interface FunctionHandler<T,​R>
    Interface for handling with a return value.
    • メソッドの詳細

      • apply

        R apply​(T t)
         throws Exception
        Performs this operation on the given argument and return a value.
        パラメータ:
        t - the input argument
        戻り値:
        例外:
        Exception