Uses of Interface
com.yahoo.vespa.objects.ObjectOperation
Packages that use ObjectOperation
-
Uses of ObjectOperation in com.yahoo.vespa.objects
Methods in com.yahoo.vespa.objects with parameters of type ObjectOperationModifier and TypeMethodDescriptionfinal voidSelectable.select(ObjectPredicate predicate, ObjectOperation operation) Applies the predicate to this object.static voidSelectable.select(Selectable selectable, ObjectPredicate predicate, ObjectOperation operation) voidSelectable.selectMembers(ObjectPredicate predicate, ObjectOperation operation) InvokesSelectable.select(ObjectPredicate, ObjectOperation)on any member objects this object wants to expose through the selection mechanism.