Uses of Interface
com.github.tonivade.purefun.core.Matcher3
Packages that use Matcher3
-
Uses of Matcher3 in com.github.tonivade.purefun.core
Methods in com.github.tonivade.purefun.core that return Matcher3Modifier and TypeMethodDescriptionstatic <A,B, C> Matcher3 <A, B, C> Matcher3.invalid()static <A,B, C> Matcher3 <A, B, C> Matcher3.otherwise()Methods in com.github.tonivade.purefun.core with parameters of type Matcher3Modifier 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)