-
- 型パラメータ:
T-
- 機能インタフェース
- これは機能インタフェースなので、ラムダ式またはメソッド参照の割当てターゲットとして使用できます。
@FunctionalInterface public interface ConsumerHandler<T>
Interface for handling without a return value. This interface is only designed forSorminterface.
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 voidaccept(T t)Performs this operation on the given argument.
-