- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CheckedProcedure2, IfProcedureWith, MapPutProcedure, MultimapKeyValuesSerializingProcedure
public interface Procedure2<T1,T2>
extends Serializable
A Procedure2 is used by forEachWith() methods and for MapIterate.forEachKeyValue(). In the forEachKeyValue()
case the procedure takes the key as the first argument, and the value as the second. In the forEachWith() case
the procedure takes the the element of the collection as the first argument, and the specified parameter as the
second argument.