Class EqualsUuidPredicate

    • Constructor Detail

      • EqualsUuidPredicate

        public EqualsUuidPredicate​(UUID nodeId)
        Parameters:
        nodeId - Node ID for which returning predicate will evaluate to true.
    • Method Detail

      • apply

        public boolean apply​(UUID id)
        Predicate body.
        Specified by:
        apply in interface IgnitePredicate<UUID>
        Parameters:
        id - Predicate parameter.
        Returns:
        Return value.