Class PairingFunction<Left,Right>

java.lang.Object
org.dmfs.jems2.bifunction.PairingFunction<Left,Right>
All Implemented Interfaces:
BiFunction<Left,Right,Pair<Left,Right>>, FragileBiFunction<Left,Right,Pair<Left,Right>,RuntimeException>

public final class PairingFunction<Left,Right> extends Object implements BiFunction<Left,Right,Pair<Left,Right>>
A BiFunction that creates a Pair from the two arguments.