T - 操作への入力の型 @FunctionalInterface
public interface Customizer<T>| 修飾子と型 | メソッドと説明 |
|---|---|
void | customize(T t) 入力引数のカスタマイズを実行します。 |
static <T> Customizer<T> | withDefaults() 入力引数を変更しない Customizer を返します。 |
void customize(T t)
t - 入力引数 static <T> Customizer<T> withDefaults()
Customizer を返します。Customizer