Uses of Interface
org.anchoranalysis.core.functional.checked.CheckedToDoubleBiFunction
Packages that use CheckedToDoubleBiFunction
Package
Description
A pairing of objects from two collections (bipartite matching).
-
Uses of CheckedToDoubleBiFunction in org.anchoranalysis.annotation.io.assignment
Methods in org.anchoranalysis.annotation.io.assignment with parameters of type CheckedToDoubleBiFunctionModifier and TypeMethodDescriptionstatic <T> CostMatrix
<T> CostMatrix.create
(List<T> first, List<T> second, boolean symmetric, CheckedToDoubleBiFunction<T, T, CreateException> costCalculator) Creates by calculating the cost between elements.