Package com.github.tonivade.purefun.core
Interface PartialFunction2<A,B,R>
public interface PartialFunction2<A,B,R>
-
Method Summary
-
Method Details
-
apply
-
isDefinedAt
-
lift
-
of
static <A,B, PartialFunction2<A,R> B, ofR> (Matcher2<? super A, ? super B> isDefined, Function2<? super A, ? super B, ? extends R> apply)
-