Function@Deprecated public interface UnaryFunction<T,R> extends Function<T,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T t)
Deprecated.
|
R |
evaluate(T arg)
Deprecated.
|
Copyright © 2011–2021 Eclipse Foundation. All rights reserved.