Interface YLongAndObjectProcedure<V>
public interface YLongAndObjectProcedure<V>
Representation of procedure that can be executed on pair of long and type given by V.
-
Method Summary
-
Method Details
-
execute
Body of the procedure.- Parameters:
key- first argumentvalue- second argument
-