Interface ShortPredicate


@Generated(date="2024-06-04T15:20:16+0200", value="KTypePredicate.java") public interface ShortPredicate
A predicate that applies to short objects.
  • Method Summary

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

    • apply

      boolean apply(short value)