Interface ShortPredicate


@Generated(date="2024-02-21T10:44:44+0000", 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)