Uses of Record Class
cloud.opencode.base.collections.transform.MoreCollectorUtil.MinMax
Packages that use MoreCollectorUtil.MinMax
Package
Description
Transform Collections Package - Collection Transformation Utilities
转换集合包 - 集合转换工具
-
Uses of MoreCollectorUtil.MinMax in cloud.opencode.base.collections.transform
Methods in cloud.opencode.base.collections.transform that return types with arguments of type MoreCollectorUtil.MinMaxModifier and TypeMethodDescriptionstatic <T> Collector<T, ?, MoreCollectorUtil.MinMax<T>> MoreCollectorUtil.minMax(Comparator<? super T> comparator) Collector to get min and max.