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