Uses of Interface
com.github.tonivade.purefun.core.Matcher2
Packages that use Matcher2
-
Uses of Matcher2 in com.github.tonivade.purefun.core
Methods in com.github.tonivade.purefun.core that return Matcher2Modifier and TypeMethodDescriptionstatic <A,B> Matcher2 <A, B> Matcher2.invalid()static <A,B> Matcher2 <A, B> Matcher2.otherwise()Methods in com.github.tonivade.purefun.core with parameters of type Matcher2Modifier and TypeMethodDescriptionstatic <A,B, R> PartialFunction2 <A, B, R> PartialFunction2.of(Matcher2<? super A, ? super B> isDefined, Function2<? super A, ? super B, ? extends R> apply)