public abstract class Predicate extends Object implements org.apache.commons.collections.Predicate
Predicate
wraps Predicate
to
provide additional functionality like serializing to and from a Map and JSON formatted data.Modifier | Constructor and Description |
---|---|
protected |
Predicate(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
String |
toJSON()
|
abstract Map<String,Object> |
toMap()
|
Copyright © 2022 Apache Software Foundation. All rights reserved.