Package org.scijava.function

Provides a set of lightweight functional interfaces.

The package is named in accordance with java.util.function, as the Function and Consumer interfaces housed within this package are designed as extensions of Function / BiFunction and Consumer / BiConsumer respectively. The name should not be confused with the usage of "function" within SciJava Ops or any other project.

Author:
Gabriel Selzer