public interface StateBootstrapFunctionProvider
extends java.io.Serializable
StateBootstrapFunction
s for a given FunctionType
.Modifier and Type | Method and Description |
---|---|
StateBootstrapFunction |
bootstrapFunctionOfType(FunctionType type)
Creates a
StateBootstrapFunction instance for the given FunctionType , |
StateBootstrapFunction bootstrapFunctionOfType(FunctionType type)
StateBootstrapFunction
instance for the given FunctionType
,type
- the type of function to create a boostrap function instance for.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.