Interface UnaryOperator<T>
-
public interface UnaryOperator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply(T t)
-
public interface UnaryOperator<T>
Modifier and Type | Method | Description |
---|---|---|
T |
apply(T t) |