パッケージ org.nkjmlab.sorm4j

インタフェース ConsumerHandler<T>

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

    @FunctionalInterface
    public interface ConsumerHandler<T>
    Interface for handling without a return value. This interface is only designed for Sorm interface.
    • メソッドの詳細

      • accept

        void accept​(T t)
             throws Exception
        Performs this operation on the given argument.
        パラメータ:
        t - the input argument
        例外:
        Exception