public static interface EasyStream.Builder<T> extends Consumer<T>, Builder<EasyStream<T>>
default EasyStream.Builder<T> add(T t)
accept(t)
return this;
t - the element to addthis builderIllegalStateException - if the builder has already transitioned to
the built stateCopyright © 2024. All rights reserved.