Class Predicate.Step

  • Enclosing class:
    Predicate

    public static class Predicate.Step
    extends Object
    Represents a single step in a Predicate. Each step is characterized by a Type, and an optional value.
    Since:
    1.12.0
    Author:
    Ozren Dabić
    • Constructor Detail

      • Step

        public Step​(int type,
                    String value)