Package org.apache.parquet.format.event
Interface Consumers.Consumer<T>
-
- Type Parameters:
T- the type of consumed objects
- Enclosing class:
- Consumers
public static interface Consumers.Consumer<T>To consume objects coming from a DelegatingFieldConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(T t)
-
-
-
Method Detail
-
consume
void consume(T t)
-
-