Package org.dmfs.jems2.bifunction
-
Class Summary Class Description By<Left,Right> ABiFunctionwhich compares two instances of different types by mapping them onto a common type and using aComparatorto compare those results.DelegatingBiFunction<Left,Right,Result> An abstractBiFunctionwhich delegates to another givenBiFunction.PairingFunction<Left,Right> ABiFunctionthat creates aPairfrom the two arguments.