Class VariablePredicate

  • All Implemented Interfaces:
    com.google.common.base.Predicate<Integer>

    public class VariablePredicate
    extends Object
    implements com.google.common.base.Predicate<Integer>
    • Constructor Detail

      • VariablePredicate

        public VariablePredicate​(JFIS fis)
    • Method Detail

      • apply

        public boolean apply​(Integer input)
        Specified by:
        apply in interface com.google.common.base.Predicate<Integer>