Uses of Interface
org.derive4j.processor.api.model.TypeRestriction.Case
-
Packages that use TypeRestriction.Case Package Description org.derive4j.processor.api.model -
-
Uses of TypeRestriction.Case in org.derive4j.processor.api.model
Methods in org.derive4j.processor.api.model with parameters of type TypeRestriction.Case Modifier and Type Method Description abstract <R> R
TypeRestriction. match(TypeRestriction.Case<R> typeRestriction)
<R> R
TypeRestrictions.Lazy. match(TypeRestriction.Case<R> typeRestriction)
<R> R
TypeRestrictions.TypeRestriction_. match(TypeRestriction.Case<R> typeRestriction)
<R> java.util.function.Function<TypeRestriction,R>
TypeRestrictions.CasesMatchers.TotalMatcher_TypeRestriction. typeRestriction(TypeRestriction.Case<R> typeRestriction)
-