Package org.derive4j
Class Visibilities.CaseOfMatchers.PartialMatcher_Smart<R>
- java.lang.Object
-
- org.derive4j.Visibilities.CaseOfMatchers.PartialMatcher<R>
-
- org.derive4j.Visibilities.CaseOfMatchers.PartialMatcher_Smart<R>
-
- Direct Known Subclasses:
Visibilities.CaseOfMatchers.TotalMatcher_Package
- Enclosing class:
- Visibilities.CaseOfMatchers
public static class Visibilities.CaseOfMatchers.PartialMatcher_Smart<R> extends Visibilities.CaseOfMatchers.PartialMatcher<R>
-
-
Constructor Summary
Constructors Constructor Description PartialMatcher_Smart(Visibility _visibility, 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.CaseOfMatchers.PartialMatcher<R>
Smart(java.util.function.Supplier<R> Smart)
Visibilities.CaseOfMatchers.PartialMatcher<R>
Smart_(R r)
-
Methods inherited from class org.derive4j.Visibilities.CaseOfMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
PartialMatcher_Smart
PartialMatcher_Smart(Visibility _visibility, java.util.function.Supplier<R> Same, java.util.function.Supplier<R> Package)
-
-
Method Detail
-
Smart
public final Visibilities.CaseOfMatchers.PartialMatcher<R> Smart(java.util.function.Supplier<R> Smart)
-
Smart_
public final Visibilities.CaseOfMatchers.PartialMatcher<R> Smart_(R r)
-
-