Uses of Interface
de.tsl2.nano.action.IAction
Packages that use IAction
-
Uses of IAction in de.tsl2.nano.action
Classes in de.tsl2.nano.action that implement IActionMethods in de.tsl2.nano.action that return IActionMethods in de.tsl2.nano.action with parameters of type IActionModifier and TypeMethodDescriptionstatic intIAction.doFor(Collection<?> forCollection, IAction<?> doAction) starts the given action for all items of the given collection - as first action parameter.