Package no.digipost.function
Interface ObjIntFunction<T,R>
- Type Parameters:
T- the type of the object argument to the operationR- the type of the result of the function
public interface ObjIntFunction<T,R>
Represents a function that accepts a object-valued and an
int-valued argument. This is the (reference, int)
specialization of BiFunction from the JDK.- See Also:
-
Method Summary
-
Method Details
-
apply
-