Package picocli

Interface CommandLine.Model.Predicate<T>

  • Enclosing class:
    CommandLine.Model

    private static interface CommandLine.Model.Predicate<T>
    • Method Detail

      • test

        boolean test​(T t)