Interface | Description |
---|---|
BaseStream<T,A,P,C,PL,OT,IT,ITER,S extends BaseStream<T,A,P,C,PL,OT,IT,ITER,S>> |
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
Collector<T,A,R> | |
IteratorEx<T> |
Class | Description |
---|---|
ByteIteratorEx | |
ByteStream |
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
ByteStream.ByteStreamEx | |
CharIteratorEx | |
CharStream |
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
CharStream.CharStreamEx | |
Collectors | |
Collectors.MoreCollectors | |
DoubleIteratorEx | |
DoubleStream |
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
DoubleStream.DoubleStreamEx | |
EntryStream<K,V> |
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
FloatIteratorEx | |
FloatStream |
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
FloatStream.FloatStreamEx | |
IntIteratorEx | |
IntStream |
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
IntStream.IntStreamEx | |
LongIteratorEx | |
LongStream |
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
LongStream.LongStreamEx | |
ObjIteratorEx<T> | |
ShortIteratorEx | |
ShortStream |
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
ShortStream.ShortStreamEx | |
Stream<T> |
Note: This class includes codes copied from StreamEx: https://github.com/amaembo/streamex under Apache License, version 2.0.
|
Stream.StreamEx<T> |
Enum | Description |
---|---|
BaseStream.Splitor |
Copyright © 2020. All rights reserved.