T
- Type of the first (and only) argumentR
- Type of the return value.public interface Function<T,R>
extends java.io.Serializable
java.lang.AutoCloseable
then it will be
automatically closed when the application terminates.Modifier and Type | Method and Description |
---|---|
R |
apply(T v) |