Uses of Interface
org.anchoranalysis.io.input.grouper.InputGrouper
Packages that use InputGrouper
Package
Description
Determines how inputs are aggregated into groups, if at all.
-
Uses of InputGrouper in org.anchoranalysis.io.input.bean.grouper
Methods in org.anchoranalysis.io.input.bean.grouper that return types with arguments of type InputGrouperModifier and TypeMethodDescriptionFromDerivePath.createInputGrouper(Optional<IndexRangeNegative> groupIndexRange) Creates anInputGrouperthat can be used to derive a group-key from a particular input.abstract Optional<InputGrouper> Grouper.createInputGrouper(Optional<IndexRangeNegative> groupIndexRange) Creates anInputGrouperthat can be used to derive a group-key from a particular input.WithoutGrouping.createInputGrouper(Optional<IndexRangeNegative> groupIndexRange)