Package io.deephaven.engine.table
Class WritableColumnSource.LongFiller
java.lang.Object
io.deephaven.engine.table.WritableColumnSource.SinkFiller
io.deephaven.engine.table.WritableColumnSource.LongFiller
- All Implemented Interfaces:
ChunkSink.FillFromContext
,Context
,LongAbortableConsumer
,SafeCloseable
,AutoCloseable
- Enclosing interface:
- WritableColumnSource<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
accept
(long v) Provides a value to this consumer.Methods inherited from class io.deephaven.engine.table.WritableColumnSource.SinkFiller
create
-
Constructor Details
-
LongFiller
public LongFiller()
-
-
Method Details
-
accept
public final boolean accept(long v) Description copied from interface:LongAbortableConsumer
Provides a value to this consumer. A false return value indicates that the application providing values to this consumer should not invoke it again.- Parameters:
v
- the value- Returns:
- false if don't want any more values after this one, true otherwise.
-