Table of Contents

Interface IBaseStream<T, S>

Namespace
Java.Util.Stream
Assembly
MASES.JNet.dll

.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

bool

bool

Iterator()

Iterator<T> Iterator()

Returns

Iterator<T>

Iterator

OnClose(Runnable)

S OnClose(Runnable arg0)

Parameters

arg0 Runnable

Runnable

Returns

S

S

Parallel()

S Parallel()

Returns

S

S

Sequential()

S Sequential()

Returns

S

S

Spliterator()

Spliterator<T> Spliterator()

Returns

Spliterator<T>

Spliterator

Unordered()

S Unordered()

Returns

S

S