Interface BiLongPredicate.BiLongFunction<T>

Enclosing interface:
BiLongPredicate

public static interface BiLongPredicate.BiLongFunction<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(long first, long second)
     
  • Method Details

    • apply

      T apply(long first, long second)