Registry / utility / io7m-jfunctional-core

io7m-jfunctional-core

JSON →
library1.3.0javamavenunverified

Functional types (Core) providing basic functional programming abstractions for Java.

<dependency> <groupId>com.io7m.jfunctional</groupId> <artifactId>io7m-jfunctional-core</artifactId> <version>1.3.0</version> </dependency>
INSTALL
IMPORT
SIG · IO7M-JFUNCTIONAL-C
I
io7m-jfunctional-core
utilityjavav1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FunctionType
com.io7m.jfunctional.core.FunctionType

Create and use a simple function type from the JFunctional core library.

import com.io7m.jfunctional.core.FunctionType; FunctionType<Integer, Integer> square = x -> x * x; System.out.println(square.apply(5));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
io7m-jfunctional-core — mvn dependency:get io7m-jfunctional-core · libregistry