public class TStreamBuilder<T> extends Object implements TStream.Builder<T>
Constructor and Description |
---|
TStreamBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
accept(T t) |
TStream<T> |
build() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add
public void accept(T t)
accept
in interface TStream.Builder<T>
public TStream<T> build()
build
in interface TStream.Builder<T>
Copyright © 2019. All rights reserved.