T - The type of the parameter of the method.@FunctionalInterface public static interface Action1.Function<T>
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(T obj)
Represents a method that takes a single parameter and does not return a value.
|
void invoke(T obj)
obj - The parameter to the method.