@FunctionalInterface
public static interface MultiplePassReadWalker.GATKReadConsumer
FunctionalInterface
for each call to MultiplePassReadWalker.forEachRead(GATKReadConsumer)
. The provided
FunctionalInterface
will be called once with read processed during the iteration. For more
information about the arguments supplied to this method,Modifier and Type | Method and Description |
---|---|
void |
consume(GATKRead read,
ReferenceContext reference,
FeatureContext features) |
void consume(GATKRead read, ReferenceContext reference, FeatureContext features)