I - the input typeO - the output typeFunction instead@Deprecated @FunctionalInterface public interface Func<I,O> extends java.util.function.Function<I,O>
| Modifier and Type | Method and Description |
|---|---|
default O |
apply(I t)
Deprecated.
|
O |
eval(I arg)
Deprecated.
Evaluates an element and transforms it using this function.
|
andThen, compose, identitydefault O apply(I t)
apply in interface java.util.function.Function<I,O>Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.