Package org.derive4j
Class Flavours.CasesMatchers.PartialMatcher_Vavr<R>
- java.lang.Object
-
- org.derive4j.Flavours.CasesMatchers.PartialMatcher<R>
-
- org.derive4j.Flavours.CasesMatchers.PartialMatcher_Cyclops<R>
-
- org.derive4j.Flavours.CasesMatchers.PartialMatcher_Guava<R>
-
- org.derive4j.Flavours.CasesMatchers.PartialMatcher_HighJ<R>
-
- org.derive4j.Flavours.CasesMatchers.PartialMatcher_Vavr<R>
-
- Direct Known Subclasses:
Flavours.CasesMatchers.PartialMatcher_Javaslang
,Flavours.CasesMatchers.TotalMatcher_Javaslang
- Enclosing class:
- Flavours.CasesMatchers
public static class Flavours.CasesMatchers.PartialMatcher_Vavr<R> extends Flavours.CasesMatchers.PartialMatcher_HighJ<R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Flavours.CasesMatchers.PartialMatcher_HighJ<R>
Vavr(java.util.function.Supplier<R> Vavr)
Flavours.CasesMatchers.PartialMatcher_HighJ<R>
Vavr_(R r)
-
Methods inherited from class org.derive4j.Flavours.CasesMatchers.PartialMatcher_HighJ
HighJ, HighJ_
-
Methods inherited from class org.derive4j.Flavours.CasesMatchers.PartialMatcher_Guava
Guava, Guava_
-
Methods inherited from class org.derive4j.Flavours.CasesMatchers.PartialMatcher_Cyclops
Cyclops, Cyclops_
-
Methods inherited from class org.derive4j.Flavours.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Method Detail
-
Vavr
public final Flavours.CasesMatchers.PartialMatcher_HighJ<R> Vavr(java.util.function.Supplier<R> Vavr)
-
Vavr_
public final Flavours.CasesMatchers.PartialMatcher_HighJ<R> Vavr_(R r)
-
-