public static interface VariantProcessor.Accumulator<RESULT>
VariantContext
s, and accumulates their data in some fashion internally.
A call to result()
produces an embodiment of the results of this processing (which may or may not be the accumulator itself).Modifier and Type | Method and Description |
---|---|
void |
accumulate(VariantContext vc) |
RESULT |
result() |
void accumulate(VariantContext vc)
RESULT result()