Interface ObjLongFunction<T,R>

Type Parameters:
T - the type of the object argument to the operation
R - the type of the result of the function

public interface ObjLongFunction<T,R>
Represents a function that accepts a object-valued and an long-valued argument. This is the (reference, long) specialization of BiFunction from the JDK.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t, long i)
     
  • Method Details

    • apply

      R apply(T t, long i)