firstPresent<A, B, R> function
Implementation
FirstPresent<A, B, R> firstPresent<A, B, R>(final R Function(A first, Optional<B> second) mapper) => FirstPresent<A, B, R>(mapper);
FirstPresent<A, B, R> firstPresent<A, B, R>(final R Function(A first, Optional<B> second) mapper) => FirstPresent<A, B, R>(mapper);