public class FunctionProvider extends java.lang.Object implements StatefulFunctionProvider
Constructor and Description |
---|
FunctionProvider(Ids ids) |
Modifier and Type | Method and Description |
---|---|
StatefulFunction |
functionOfType(FunctionType functionType)
Creates a
StatefulFunction instance for the given FunctionType , |
public FunctionProvider(Ids ids)
public StatefulFunction functionOfType(FunctionType functionType)
StatefulFunctionProvider
StatefulFunction
instance for the given FunctionType
,functionOfType
in interface StatefulFunctionProvider
functionType
- the type of function to create an instance for.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.