j

jayield

Extensible lazy sequence, interoperable with Stream, providing individually and bulk traversal, and which suppresses the splitting infrastructure (required for parallel execution) delaying its creation until needed.
https://github.com/jayield/jayield
Apache License, Version 2.0
Miguel Gamboa
Files download
File Operation
jayield-1.4.0.jar download
jayield-1.4.0.pom download
jayield-1.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jayield</groupId>
  <artifactId>jayield</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.jayield:jayield:1.4.0'
Gradle Kotlin
implementation("com.github.jayield:jayield:1.4.0")
Scala SBT
libraryDependencies += "com.github.jayield" % "jayield" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jayield', module='jayield', version='1.4.0')
)
Apache Ivy
<dependency org="com.github.jayield" name="jayield" rev="1.4.0" />
Leiningen
[com.github.jayield/jayield "1.4.0"]
Apache Buildr
'com.github.jayield:jayield:jar:1.4.0'
Dependencies