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

    Modifier and Type
    Method
    Description
    void
    setEnabled(E e, boolean enabled)
     
  • Method Details

    • setEnabled

      void setEnabled(E e, boolean enabled)