Skip to content
Emil Forslund edited this page Oct 20, 2016 · 3 revisions

Speedment - Common - Function

A complement to the java.util and java.util.function packages that add missing primitive specializations of common interfaces.

New Classes

  • BooleanConsumer
  • BooleanPredicate
  • FloatSupplier
  • OptionalBoolean
  • ToBooleanFunction
  • TriConsumer
  • TriFunction

More classes may be added in future versions.

Maven

To use Function in your own projects, add the following to your pom.xml-file.

<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>function</artifactId>
    <version>1.0.0</version>
</dependency>