@GwtCompatible
public interface Procedures
This class serves as a container for the various procedure types that are used to implement the type of closures in
Xbase that do not return any results but a meant to cause side-effects.
- Author:
- Sebastian Zarnekow - Initial contribution and API
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA procedure without any parameters, e.g.static interfaceA procedure that takes one argument.static interfaceA procedure that takes two arguments.static interfaceA procedure that takes three arguments.static interfaceA procedure that takes four arguments.static interfaceA procedure that takes five arguments.static interfaceA procedure that takes six arguments.