F - the source object type of the contained FunctionT - the target object type of the contained Functionpublic interface Transforming<F,T>
Function for internally
transforming objects.| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<F,T> |
getTransformerFunction()
Returns the internal
Function |
static java.util.function.Function<?,?> |
getTransformerFunction(Object transforming)
Returns the
Transformer of a given object if it is
Transforming. |
static boolean |
isTransforming(Object o)
Checks if a given object is transforming (if it is an instance of
Transforming). |
java.util.function.Function<F,T> getTransformerFunction()
FunctionFunctionstatic java.util.function.Function<?,?> getTransformerFunction(Object transforming)
Transformer of a given object if it is
Transforming.transforming - the object to drag the Transformer out fromTransformer contained in the given objectIllegalArgumentException - if the given object is not a Transforming instanceisTransforming(Object)static boolean isTransforming(Object o)
Transforming).o - the object to checkTransformingCopyright © 2017. All rights reserved.