Class BooleanClosurePredicate<T>

java.lang.Object
org.codehaus.groovy.runtime.callsite.BooleanClosurePredicate<T>
All Implemented Interfaces:
Predicate<T>

@Deprecated(since="6.0.0", forRemoval=true) public class BooleanClosurePredicate<T> extends Object implements Predicate<T>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • BooleanClosurePredicate

      public BooleanClosurePredicate(Closure wrapped)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • test

      public boolean test(T arg)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      test in interface Predicate<T>