Uses of Interface
cdc.enums.SynthesisMaskSupport
-
Uses of SynthesisMaskSupport in cdc.enums
Fields in cdc.enums declared as SynthesisMaskSupportModifier and TypeFieldDescriptionprotected final SynthesisMaskSupport<M,V> AbstractSynthesisMask.supportMethods in cdc.enums that return SynthesisMaskSupportModifier and TypeMethodDescriptionfinal SynthesisMaskSupport<M,V> AbstractSynthesisMask.getSupport()SynthesisMask.getSupport()static <M extends AbstractSynthesisMask<M,V>, V>
SynthesisMaskSupport<M,V> AbstractSynthesisMask.support(Class<M> maskClass, AbstractSynthesisMask.Creator<M, V> creator, ListType<V> type, Nullable nullable) protected static <M extends AbstractSynthesisMask<M,V>, V extends Enum<V>>
SynthesisMaskSupport<M,V> AbstractSynthesisMask.support(Class<M> maskClass, AbstractSynthesisMask.Creator<M, V> creator, Class<V> enumClass, Nullable nullable) static <E extends Enum<E>>
SynthesisMaskSupport<EnumSynthesisMask<E>,E> Retrieves or creates the support associated to a class.static <E extends Enum<E>>
SynthesisMaskSupport<NullableEnumSynthesisMask<E>,E> Retrieves or creates the support associated to a class.Methods in cdc.enums with parameters of type SynthesisMaskSupportModifier and TypeMethodDescriptionAbstractSynthesisMask.Creator.create(SynthesisMaskSupport<M, V> support, Map<V, SynthesisStatus> map) Constructors in cdc.enums with parameters of type SynthesisMaskSupportModifierConstructorDescriptionprotectedAbstractSynthesisMask(SynthesisMaskSupport<M, V> support, Map<V, SynthesisStatus> map)