F - the source object type of the contained BidiFunctionT - the target object type of the contained BidiFunctionpublic interface BidiTransforming<F,T> extends Transforming<F,T>
BidiFunction for internally
transforming objects.| Modifier and Type | Method and Description |
|---|---|
BidiFunction<F,T> |
getTransformerBidiFunction()
Returns the internal
BidiFunction |
static BidiFunction<?,?> |
getTransformerBidiFunction(Object transforming)
Returns the
BidiFunction of a given object if it is
BidiTransforming. |
static boolean |
isBidiTransforming(Object o)
Checks if a given object is bidi-transforming (if it is an instance of
BidiTransforming). |
getTransformerFunction, getTransformerFunction, isTransformingBidiFunction<F,T> getTransformerBidiFunction()
BidiFunctionBidiFunctionstatic boolean isBidiTransforming(Object o)
BidiTransforming).o - the object to checkBidiTransformingstatic BidiFunction<?,?> getTransformerBidiFunction(Object transforming)
BidiFunction of a given object if it is
BidiTransforming.transforming - the object to drag the Function out fromFunction contained in the given objectIllegalArgumentException - if the given object is not a BidiTransforming instanceisBidiTransforming(Object)Copyright © 2017. All rights reserved.