public interface HasFunctionDeclarer
| Modifier and Type | Method and Description |
|---|---|
void |
withFunction(FunctionDeclarer declarer)
Adds a
FunctionDeclaration by receiving
a declarer which describes it |
FunctionDeclarer |
withFunction(String name)
Adds a function of the given
name |
FunctionDeclarer withFunction(String name)
namename - a non blank nameOperationDeclarer which allows describing the created operationvoid withFunction(FunctionDeclarer declarer)
FunctionDeclaration by receiving
a declarer which describes itdeclarer - a FunctionDeclarerCopyright © 2017 MuleSoft, Inc.. All rights reserved.