Interface SerializationUtils.Writer<ITEM_TYPE>

All Superinterfaces:
io.deephaven.util.function.ThrowingConsumer<ITEM_TYPE,IOException>
Enclosing class:
SerializationUtils

public static interface SerializationUtils.Writer<ITEM_TYPE> extends io.deephaven.util.function.ThrowingConsumer<ITEM_TYPE,IOException>
  • Method Summary

    Methods inherited from interface io.deephaven.util.function.ThrowingConsumer

    accept