Package com.github.tonivade.purefun.core
Interface PartialFunction3<A,B,C,R>
public interface PartialFunction3<A,B,C,R>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisDefinedAt(A a, B b, C c) lift()static <A,B, C, R>
PartialFunction3<A, B, C, R> of(Matcher3<? super A, ? super B, ? super C> matcher, PartialFunction3<? super A, ? super B, ? super C, ? extends R> apply)
-
Method Details
-
apply
-
isDefinedAt
-
lift
-
of
static <A,B, PartialFunction3<A,C, R> B, ofC, R> (Matcher3<? super A, ? super B, ? super C> matcher, PartialFunction3<? super A, ? super B, ? super C, ? extends R> apply)
-