public interface AvroCloseableIterable<T> extends AvroContainer, CloseableIterable<T>
Modifier and Type | Method and Description |
---|---|
static <T> AvroCloseableIterable<T> |
from(Iterable<T> it,
Closeable toClose,
org.apache.avro.Schema elementSchema) |
getElementSchema
close, from, from, from, toStream, toStream
forEach, iterator, spliterator
static <T> AvroCloseableIterable<T> from(Iterable<T> it, Closeable toClose, org.apache.avro.Schema elementSchema)
Copyright © 2021 SPF4J. All rights reserved.