Interface IntPredicate


@Generated(date="2024-02-21T00:00:00+0000", value="KTypePredicate.java") public interface IntPredicate
A predicate that applies to int objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(int value)
     
  • Method Details

    • apply

      boolean apply(int value)