パッケージ org.nkjmlab.sorm4j

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

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

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

    修飾子とタイプ
    メソッド
    説明
    apply(T t)
    Performs this operation on the given argument and return a value.
  • メソッドの詳細

    • apply

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