public class Pair extends Data
Modifier and Type | Method and Description |
---|---|
static <A,B,C> Data.View<C> |
asCombined(BiFunction<? super A,? super B,? extends C> comb,
Data.View<A> firstly,
Data.View<B> secondly) |
String |
toString() |
see also the complete user documentation .