I - the input typeO - the output typeFunction instead@Deprecated @FunctionalInterface public interface Func<I,O> extends 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.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.