TapPair

public final class TapPair<F, S>

Pair of Objects.

Fields

first

public F first

The first object in the pair.

second

public S second

The second object in the pair.

Constructors

TapPair

public TapPair(F first, S second)

Create a pair containing “first” and “second”.

Methods

toString

public String toString()