Package cdc.util.cli
Interface AbstractMainSupport.Maskable<E extends Enum<E>>
-
- Enclosing class:
- AbstractMainSupport<A,R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface AbstractMainSupport.Maskable<E extends Enum<E>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetEnabled(E e, boolean enabled)
-
-
-
Method Detail
-
setEnabled
void setEnabled(E e, boolean enabled)
-
-