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 Detail

      • setEnabled

        void setEnabled​(E e,
                        boolean enabled)