Package no.digipost.function
Interface ObjLongFunction<T,R>
-
- Type Parameters:
T- the type of the object argument to the operationR- the type of the result of the function
public interface ObjLongFunction<T,R>Represents a function that accepts a object-valued and anlong-valued argument. This is the(reference, long)specialization ofBiFunctionfrom the JDK.- See Also:
BiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T t, long i)
-