Interface LongBytePredicate


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

    Modifier and Type
    Method
    Description
    boolean
    apply(long key, byte value)
     
  • Method Details

    • apply

      boolean apply(long key, byte value)