Class ExistsPredicate

java.lang.Object
io.undertow.predicate.ExistsPredicate
All Implemented Interfaces:
Predicate

public class ExistsPredicate extends Object implements Predicate
Returns true if the given attribute is not null and not an empty string
Author:
Stuart Douglas