@GwtCompatible
public interface Functions
This class serves as a container for the various function types that are used to implement the type of closures in
Xbase.
- Author:
- Sebastian Zarnekow - Initial contribution and API
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA function without any parameters.static interfaceA function that takes one argument.static interfaceA function that takes two arguments.static interfaceA function that takes three arguments.static interfaceA function that takes four arguments.static interfaceA function that takes five arguments.static interfaceA function that takes six arguments.