Package org.eclipse.collections.api.block.procedure


package org.eclipse.collections.api.block.procedure
This package contains interfaces for Procedure API.

A Procedure is a single argument lambda which has no return argument.

This package contains the following interfaces:

  • Procedure - a single argument lambda which has no return argument.
  • Procedure2 - a two argument Procedure. Used by forEachWith() methods and for MapIterate.forEachKeyValue().