public interface BrooklynObjectPredicate<P> extends PredicateWithContext<P,BrooklynObject>
BrooklynObject
in their apply(P, org.apache.brooklyn.api.objs.BrooklynObject)
method.Modifier and Type | Method and Description |
---|---|
boolean |
apply(P input,
BrooklynObject context) |
boolean apply(P input, BrooklynObject context)
apply
in interface PredicateWithContext<P,BrooklynObject>