- All Implemented Interfaces:
com.google.common.base.Function<I,O>, Function<I,O>
public class GuavaFunctionWrapper<I,O>
extends Object
implements com.google.common.base.Function<I,O>
-
-
Constructor Summary
Constructors
-
Method Summary
static <I,
O> com.google.common.base.Function<I,O>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
-
-
Method Details
-
apply
- Specified by:
apply in interface com.google.common.base.Function<I,O>
- Specified by:
apply in interface Function<I,O>
-
wrap
public static <I,
O>
com.google.common.base.Function<I,O> wrap(Function<I,O> fn)