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
文件下载
文件名 操作
jayield-1.5.0.jar 下载
jayield-1.5.0.pom 下载
jayield-1.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tinyield</groupId>
  <artifactId>jayield</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.tinyield:jayield:1.5.0'
Gradle Kotlin
implementation("com.tinyield:jayield:1.5.0")
Scala SBT
libraryDependencies += "com.tinyield" % "jayield" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tinyield', module='jayield', version='1.5.0')
)
Apache Ivy
<dependency org="com.tinyield" name="jayield" rev="1.5.0" />
Leiningen
[com.tinyield/jayield "1.5.0"]
Apache Buildr
'com.tinyield:jayield:jar:1.5.0'
本项目依赖