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/tinyield/jayield
Apache License, Version 2.0
Miguel Gamboa Diogo Poeira
Files download
File Operation
jayield-1.5.1.jar download
jayield-1.5.1.pom download
jayield-1.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tinyield</groupId>
  <artifactId>jayield</artifactId>
  <version>1.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.tinyield:jayield:1.5.1'
Gradle Kotlin
implementation("com.tinyield:jayield:1.5.1")
Scala SBT
libraryDependencies += "com.tinyield" % "jayield" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tinyield', module='jayield', version='1.5.1')
)
Apache Ivy
<dependency org="com.tinyield" name="jayield" rev="1.5.1" />
Leiningen
[com.tinyield/jayield "1.5.1"]
Apache Buildr
'com.tinyield:jayield:jar:1.5.1'
Dependencies