withOutput

fun <Output : Any> withOutput(clazz: ERROR CLASS: Symbol not found for Class<Output>): TypedGraphStrategyBuilder<Input, Output>(source)

Specifies the output type for the graph strategy and returns a builder configured with the input and output types.

Return

A TypedGraphStrategyBuilder instance configured with the current input type and the specified output type.

Parameters

clazz

The Java class object representing the desired output type.