Package org.derive4j
Class Visibilities.CasesMatchers.PartialMatcher_Smart<R>
- java.lang.Object
-
- org.derive4j.Visibilities.CasesMatchers.PartialMatcher<R>
-
- org.derive4j.Visibilities.CasesMatchers.PartialMatcher_Smart<R>
-
- Direct Known Subclasses:
Visibilities.CasesMatchers.TotalMatcher_Package
- Enclosing class:
- Visibilities.CasesMatchers
public static class Visibilities.CasesMatchers.PartialMatcher_Smart<R> extends Visibilities.CasesMatchers.PartialMatcher<R>
-
-
Constructor Summary
Constructors Constructor Description PartialMatcher_Smart(java.util.function.Supplier<R> Same, java.util.function.Supplier<R> Package)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Visibilities.CasesMatchers.PartialMatcher<R>
Smart(java.util.function.Supplier<R> Smart)
Visibilities.CasesMatchers.PartialMatcher<R>
Smart_(R r)
-
Methods inherited from class org.derive4j.Visibilities.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Method Detail
-
Smart
public final Visibilities.CasesMatchers.PartialMatcher<R> Smart(java.util.function.Supplier<R> Smart)
-
Smart_
public final Visibilities.CasesMatchers.PartialMatcher<R> Smart_(R r)
-
-