Interface LongPredicate


@Generated(date="2023-10-26T04:33:09+0000", value="KTypePredicate.java") public interface LongPredicate
A predicate that applies to long objects.
  • Method Summary

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

    • apply

      boolean apply(long value)