public class UuidPredicate extends java.lang.Object implements java.util.function.Predicate<NodeState>, Predicate<NodeState>
NodeState
passed to its apply functions has a jcr:uuid
property and the value of that property matches any of the UUIDs that
has been passed to the predicate's constructor.Constructor and Description |
---|
UuidPredicate(@NotNull java.lang.String[] uuids) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(NodeState node)
Deprecated.
use
test(NodeState) instead (see OAK-8874) |
boolean |
test(NodeState node) |
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.