Uses of Interface
com.github.tonivade.purefun.core.PartialFunction2
Packages that use PartialFunction2
-
Uses of PartialFunction2 in com.github.tonivade.purefun.core
Methods in com.github.tonivade.purefun.core that return PartialFunction2Modifier 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)