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