withInput
fun <Input : Any> withInput(clazz: ERROR CLASS: Symbol not found for Class<Input>): GraphStrategyBuilderWithInput<Input>(source)
Configures the builder to use the specified input type for the graph strategy.
Return
A new instance of GraphStrategyBuilderWithInput configured with the specified input type.
Parameters
clazz
The Java class representing the input type.