ReactionSortingBySumScore
Sorts ReactionGroups by the sum of their scores.
Inherited functions
Link copied to clipboard
Link copied to clipboard
open fun <U : Comparable<U>> thenComparing(p0: Function<in ReactionGroup, out U>): Comparator<ReactionGroup>
open fun <U : Any> thenComparing(p0: Function<in ReactionGroup, out U>, p1: Comparator<in U>): Comparator<ReactionGroup>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard