Interface BiLong1Function<T,R>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BiLong1Function<T,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(long t1, T t2)
     
  • Method Details

    • apply

      R apply(long t1, T t2)