Uses of Interface
org.locationtech.jts.util.CollectionUtil.Function
Packages that use CollectionUtil.Function
-
Uses of CollectionUtil.Function in org.locationtech.jts.util
Methods in org.locationtech.jts.util with parameters of type CollectionUtil.FunctionModifier and TypeMethodDescriptionstatic voidCollectionUtil.apply(Collection coll, CollectionUtil.Function func) Executes a function on each item in a Collection but does not accumulate the resultstatic ListCollectionUtil.select(Collection collection, CollectionUtil.Function func) Executes aCollectionUtil.Functionon each item in a Collection and collects all the entries for which the result of the function is equal toBooleantrue.static ListCollectionUtil.transform(Collection coll, CollectionUtil.Function func) Executes a function on each item in aCollectionand returns the results in a newList