Uses of Interface
lumis.util.CollectionExecutor.IIterationCommand
-
Packages that use CollectionExecutor.IIterationCommand Package Description lumis.util -
-
Uses of CollectionExecutor.IIterationCommand in lumis.util
Methods in lumis.util with parameters of type CollectionExecutor.IIterationCommand Modifier and Type Method Description static <T> void
CollectionExecutor. execute(Collection<T> collection, CollectionExecutor.IIterationCommand<T> command)
Executes a command on the collection.void
CollectionExecutor. execute(CollectionExecutor.IIterationCommand<T> command)
Executes a command on the collection in this executor.
-