Package org.dmfs.jems2.bifunction
package org.dmfs.jems2.bifunction
-
ClassesClassDescriptionBy<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.