Registry / utility / geny-2-13

geny-2-13

JSON →
library1.1.1javamavenunverified

Geny is a Scala library providing generic utilities for working with sequences and iterators.

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>geny_2.13</artifactId> <version>1.1.1</version> </dependency>
INSTALL
IMPORT
SIG · GENY-2-13
G
geny-2-13
utilityjavav1.1.1
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.

Generator
geny.Generator

Shows basic usage of Geny's Generator to create and iterate over a sequence.

import geny.Generator; Generator<Integer> gen = Generator.from(1, 2, 3); gen.foreach(System.out::println);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
geny-2-13 — mvn dependency:get geny-2-13 · libregistry