Interface ShortFloatPredicate


@Generated(date="2024-02-21T10:44:44+0000", value="KTypeVTypePredicate.java") public interface ShortFloatPredicate
A predicate that applies to short, float pairs.
  • Method Summary

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

    • apply

      boolean apply(short key, float value)