T
- is the generic type of the argument to apply(Object)
.R
- is the generic type of the result of apply(Object)
.Function
directly.@Deprecated public interface Function<T,R> extends Function<T,R>
java.util.function.Supplier
.net.sf.mmm.util.lang.api.function
Modifier and Type | Method and Description |
---|---|
R |
apply(T t)
Deprecated.
Applies this function to the given argument.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.