Package tech.ytsaurus.core.operations
Interface Yield<T>
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
public interface Yield<T> extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
yield(int index, T value)
default void
yield(T value)
-