Java org.apache.commons.beanutils BeanPredicate fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils BeanPredicate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils BeanPredicate.

The text is from its open source code.

Constructor

BeanPredicate(String propertyName, Predicate predicate)
Constructs a BeanPredicate that applies the given Predicate to the named property value.

Method

booleanevaluate(Object object)
Evaluates the given object by applying the #getPredicate() to a property value named by #getPropertyName() .