bothPresent<A, B, R> function
Implementation
BothPresent<A, B, R> bothPresent<A, B, R>(final R Function(A first, B second) mapper) => BothPresent<A, B, R>(mapper);
BothPresent<A, B, R> bothPresent<A, B, R>(final R Function(A first, B second) mapper) => BothPresent<A, B, R>(mapper);