Interface IBaseStream<T, S>
.NET interface for TO BE DEFINED FROM USER
public interface IBaseStream<T, S> : IAutoCloseable
Type Parameters
T
S
Methods
Close()
void Close()
IsParallel()
bool IsParallel()
Returns
Iterator()
Iterator<T> Iterator()
Returns
OnClose(Runnable)
S OnClose(Runnable arg0)
Parameters
Returns
- S
S
Parallel()
S Parallel()
Returns
- S
S
Sequential()
S Sequential()
Returns
- S
S
Spliterator()
Spliterator<T> Spliterator()
Returns
Unordered()
S Unordered()
Returns
- S
S