Class IntPredicate.SimpleIntPredicate

java.lang.Object
org.wildfly.clustering.function.IntPredicate.SimpleIntPredicate
All Implemented Interfaces:
IntPredicate, IntPredicate
Enclosing interface:
IntPredicate

public static class IntPredicate.SimpleIntPredicate extends Object implements IntPredicate
  • Method Details

    • test

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