- All Implemented Interfaces:
Function<E,R>
-
Constructor Summary
Constructors
-
Method Summary
of(Class<? extends T> theClass,
R defaultValue)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
-
of
public static <T,
R> Mapping<T,R> of(Class<? extends T> theClass,
R defaultValue)
-
-
map
public <T extends E> Mapping<E,R> map(T object,
R value)
-
-
-
-
-