Interface Buffer<T>
-
public interface Buffer<T>
INTERNAL API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
buffer(scala.collection.immutable.Set<T> all)
void
buffer(T element)
boolean
bufferEmpty()
int
bufferSize()
void
deliverBuf(Outlet<T> out)
void
doPush(Outlet<T> out, T elem)
-