T
- The type of the function input.R
- The type of the function output.@ConsumerType @FunctionalInterface public interface Function<T,R>
This is a functional interface and can be used as the assignment target for a lambda expression or method reference.
Modifier and Type | Method and Description |
---|---|
R |
apply(T t)
Applies this function to the specified argument.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved