Class PairingFunction<Left,​Right>

  • All Implemented Interfaces:
    BiFunction<Left,​Right,​Pair<Left,​Right>>, FragileBiFunction<Left,​Right,​Pair<Left,​Right>,​java.lang.RuntimeException>

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