Class PredicateWrapper<T>

java.lang.Object
org.wpilib.deployutils.PredicateWrapper<T>
All Implemented Interfaces:
Predicate<T>

public class PredicateWrapper<T> extends Object implements Predicate<T>
  • Constructor Details

    • PredicateWrapper

      public PredicateWrapper(groovy.lang.Closure<T> closure)
  • Method Details

    • test

      public boolean test(T t)
      Specified by:
      test in interface Predicate<T>