T - the type of the input to the operation@FunctionalInterface public interface Customizer<T>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
customize(T t)
Performs the customizations on the input argument.
|
static <T> Customizer<T> |
withDefaults()
Returns a
Customizer that does not alter the input argument. |
void customize(T t)
t - the input argumentstatic <T> Customizer<T> withDefaults()
Customizer that does not alter the input argument.Customizer that does not alter the input argument.Copyright © 2021. All rights reserved.