Package HAL.Tools.PhylogenyTracker
Interface GenomeLineageFn<T extends Genome>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface GenomeLineageFn<T extends Genome>
-
-
Method Summary
Modifier and Type Method Description void
GenomeLineageFn(java.util.ArrayList<T> lineage)
-
-
-
Method Detail
-
GenomeLineageFn
void GenomeLineageFn(java.util.ArrayList<T> lineage)
-
-