All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download jayield JAR 1.4.0 with all dependencies


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.

Files of the artifact jayield version 1.4.0 from the group com.github.jayield.

Artifact jayield
Group com.github.jayield
Version 1.4.0
Last update 30. October 2020
Tags: creation parallel with stream extensible suppresses providing splitting bulk needed until delaying execution which individually sequence traversal lazy required interoperable infrastructure
Organization not specified
URL https://github.com/jayield/jayield
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of jayield Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of jayield version 1.4.0

META-INF
META-INF.META-INF.MANIFEST.MF
org.jayield
org.jayield.org.jayield.Advancer
org.jayield.org.jayield.AsyncQuery
org.jayield.org.jayield.AsyncTraverser
org.jayield.org.jayield.Query
org.jayield.org.jayield.TraversableFinishError
org.jayield.org.jayield.Traverser
org.jayield.org.jayield.Yield
org.jayield.async
org.jayield.async.org.jayield.async.AsyncQueryFilter
org.jayield.async.org.jayield.async.AsyncQueryFlatMapConcat
org.jayield.async.org.jayield.async.AsyncQueryFlatMapMerge
org.jayield.async.org.jayield.async.AsyncQueryFork
org.jayield.async.org.jayield.async.AsyncQueryMap
org.jayield.async.org.jayield.async.AsyncQueryOf
org.jayield.async.org.jayield.async.AsyncQueryOfIterator
org.jayield.async.org.jayield.async.AsyncQueryOnNext
org.jayield.async.org.jayield.async.AsyncQuerySkip
org.jayield.async.org.jayield.async.AsyncQueryTakeWhile
org.jayield.boxes
org.jayield.boxes.org.jayield.boxes.BoolBox
org.jayield.boxes.org.jayield.boxes.Box
org.jayield.boxes.org.jayield.boxes.DoubleBox
org.jayield.boxes.org.jayield.boxes.IntBox
org.jayield.boxes.org.jayield.boxes.LongBox
org.jayield.ops
org.jayield.ops.org.jayield.ops.Concat
org.jayield.ops.org.jayield.ops.Distinct
org.jayield.ops.org.jayield.ops.DropWhile
org.jayield.ops.org.jayield.ops.Filter
org.jayield.ops.org.jayield.ops.FlatMap
org.jayield.ops.org.jayield.ops.FromArray
org.jayield.ops.org.jayield.ops.FromList
org.jayield.ops.org.jayield.ops.FromStream
org.jayield.ops.org.jayield.ops.Generate
org.jayield.ops.org.jayield.ops.Iterate
org.jayield.ops.org.jayield.ops.Limit
org.jayield.ops.org.jayield.ops.Mapping
org.jayield.ops.org.jayield.ops.Peek
org.jayield.ops.org.jayield.ops.Skip
org.jayield.ops.org.jayield.ops.TakeWhile
org.jayield.ops.org.jayield.ops.Zip
org.jayield.primitives.dbl
org.jayield.primitives.dbl.org.jayield.primitives.dbl.DoubleAdvancer
org.jayield.primitives.dbl.org.jayield.primitives.dbl.DoubleQuery
org.jayield.primitives.dbl.org.jayield.primitives.dbl.DoubleTraverser
org.jayield.primitives.dbl.org.jayield.primitives.dbl.DoubleYield
org.jayield.primitives.dbl.ops
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleConcat
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleDistinct
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleDropWhile
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleFilter
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleFlatMap
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleGenerate
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleIterate
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleLimit
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleMapToObj
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleMapping
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoublePeek
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleSkip
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleTakeWhile
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.DoubleZip
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.FromDoubleArray
org.jayield.primitives.dbl.ops.org.jayield.primitives.dbl.ops.FromDoubleStream
org.jayield.primitives.intgr
org.jayield.primitives.intgr.org.jayield.primitives.intgr.IntAdvancer
org.jayield.primitives.intgr.org.jayield.primitives.intgr.IntQuery
org.jayield.primitives.intgr.org.jayield.primitives.intgr.IntTraverser
org.jayield.primitives.intgr.org.jayield.primitives.intgr.IntYield
org.jayield.primitives.intgr.ops
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.FromIntArray
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.FromIntStream
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntConcat
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntDistinct
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntDropWhile
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntFilter
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntFlatMap
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntGenerate
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntIterate
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntLimit
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntMapToObj
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntMapping
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntPeek
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntSkip
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntTakeWhile
org.jayield.primitives.intgr.ops.org.jayield.primitives.intgr.ops.IntZip
org.jayield.primitives.lng
org.jayield.primitives.lng.org.jayield.primitives.lng.LongAdvancer
org.jayield.primitives.lng.org.jayield.primitives.lng.LongQuery
org.jayield.primitives.lng.org.jayield.primitives.lng.LongTraverser
org.jayield.primitives.lng.org.jayield.primitives.lng.LongYield
org.jayield.primitives.lng.ops
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.FromLongArray
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.FromLongStream
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongConcat
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongDistinct
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongDropWhile
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongFilter
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongFlatMap
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongGenerate
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongIterate
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongLimit
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongMap
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongMapToObj
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongPeek
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongSkip
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongTakeWhile
org.jayield.primitives.lng.ops.org.jayield.primitives.lng.ops.LongZip




© 2015 - 2024 Weber Informatics LLC | Privacy Policy