public class BooleanClosurePredicate<T> extends Object implements Predicate
Helper class for internal use only. This creates a Predicate by calling a Closure and converting the result to a boolean. BooleanReturningMethodInvoker is used for caching.
Constructor and description |
---|
BooleanClosurePredicate(Closure wrapped) |
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.