Uses of Interface
com.github.tonivade.purefun.core.PartialFunction3
Packages that use PartialFunction3
-
Uses of PartialFunction3 in com.github.tonivade.purefun.core
Methods in com.github.tonivade.purefun.core that return PartialFunction3Modifier and TypeMethodDescriptionstatic <A,B, C, R>
PartialFunction3<A, B, C, R> PartialFunction3.of(Matcher3<? super A, ? super B, ? super C> matcher, PartialFunction3<? super A, ? super B, ? super C, ? extends R> apply) Methods in com.github.tonivade.purefun.core with parameters of type PartialFunction3Modifier and TypeMethodDescriptionstatic <A,B, C, R>
PartialFunction3<A, B, C, R> PartialFunction3.of(Matcher3<? super A, ? super B, ? super C> matcher, PartialFunction3<? super A, ? super B, ? super C, ? extends R> apply)