Interface Predicate.Factory

All Known Implementing Classes:
Predicate.EQ, Predicate.Factories, Predicate.GT, Predicate.LT, Predicate.NOTEQ, Predicate.NOTRANGE, Predicate.RANGE
Enclosing interface:
Predicate

public static interface Predicate.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String[] args)
    Creates a new predicate based from the args.
  • Method Details

    • create

      Predicate create(String[] args)
      Creates a new predicate based from the args.