Uses of Interface
io.github.bakedlibs.dough.collections.Streamable
Packages that use Streamable
-
Uses of Streamable in io.github.bakedlibs.dough.collections
Classes in io.github.bakedlibs.dough.collections that implement StreamableModifier and TypeClassDescriptionclassclassLoopIterator<T>This is an infite implementation ofIterator.classOptionalMap<K,V> This Class functions similar toMapbut returns an Optional when callingOptionalMap.get(Object).classThis Class represents a collection of elements.Constructors in io.github.bakedlibs.dough.collections with parameters of type StreamableModifierConstructorDescriptionLoopIterator(Streamable<T> streamable) This will create a new instance ofLoopIteratorthat will operate on the elements of the givenStreamable