Package org.derive4j.processor.api.model
Class DeriveVisibilities.CasesMatchers.PartialMatcher<R>
- java.lang.Object
-
- org.derive4j.processor.api.model.DeriveVisibilities.CasesMatchers.PartialMatcher<R>
-
- Direct Known Subclasses:
DeriveVisibilities.CasesMatchers.PartialMatcher_Smart
,DeriveVisibilities.CasesMatchers.TotalMatcher_Smart
- Enclosing class:
- DeriveVisibilities.CasesMatchers
public static class DeriveVisibilities.CasesMatchers.PartialMatcher<R> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PartialMatcher(java.util.function.Supplier<R> Public, java.util.function.Supplier<R> Package, java.util.function.Supplier<R> Smart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.function.Function<DeriveVisibility,R>
otherwise(java.util.function.Supplier<R> otherwise)
java.util.function.Function<DeriveVisibility,R>
otherwise_(R r)
java.util.function.Function<DeriveVisibility,java.util.Optional<R>>
otherwiseEmpty()
-
-
-
Method Detail
-
otherwise
public final java.util.function.Function<DeriveVisibility,R> otherwise(java.util.function.Supplier<R> otherwise)
-
otherwise_
public final java.util.function.Function<DeriveVisibility,R> otherwise_(R r)
-
otherwiseEmpty
public final java.util.function.Function<DeriveVisibility,java.util.Optional<R>> otherwiseEmpty()
-
-