public interface CreateFunctionWithType
| Modifier and Type | Method and Description |
|---|---|
default CreateFunctionWithLanguage |
withJavaLanguage()
Adds "LANGUAGE java" to create function specification.
|
default CreateFunctionWithLanguage |
withJavaScriptLanguage()
Adds "LANGUAGE javascript" to create function specification.
|
CreateFunctionWithLanguage |
withLanguage(String language)
Adds LANGUAGE to the create function specification.
|
@NonNull CreateFunctionWithLanguage withLanguage(@NonNull String language)
@NonNull default CreateFunctionWithLanguage withJavaLanguage()
withLanguage("java").@NonNull default CreateFunctionWithLanguage withJavaScriptLanguage()
withLanguage("javascript").Copyright © 2017–2023. All rights reserved.