
org.broadinstitute.hellbender.utils.functional.IntBiConsumer Maven / Gradle / Ivy
The newest version!
package org.broadinstitute.hellbender.utils.functional;
/**
* Created by davidben on 8/19/16.
*/
@FunctionalInterface
public interface IntBiConsumer {
void accept(final int alleleIndex, final int alleleCount);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy