Interface IntPredicate


@Generated(date="2024-06-04T15:20:16+0200", 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)