Class ManyValuesIntegerComparisonPredicate

java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.security.impl.ManyValuesIntegerComparisonPredicate
All Implemented Interfaces:
IntPredicate

public class ManyValuesIntegerComparisonPredicate extends Object implements IntPredicate
Predicate that returns true if the test integer is greater than 1.
  • Constructor Details

    • ManyValuesIntegerComparisonPredicate

      public ManyValuesIntegerComparisonPredicate()
  • Method Details

    • test

      public boolean test(int value)
      Specified by:
      test in interface IntPredicate