withInput
Configures the current CompressHistoryNodeBuilder with a specific input type, returning a new TypedCompressHistoryNodeBuilder specialized for the provided type.
Return
A new instance of TypedCompressHistoryNodeBuilder configured with the specified input type.
Parameters
The type of input to be associated with the resulting TypedCompressHistoryNodeBuilder. It must be a non-nullable type.
The Class object representing the input type to associate with the builder.
Configures the current CompressHistoryNodeBuilder with a specific input type using a TypeToken, returning a new TypedCompressHistoryNodeBuilder specialized for the provided type.
Return
A new instance of TypedCompressHistoryNodeBuilder configured with the specified input type.
Parameters
The type of input to be associated with the resulting TypedCompressHistoryNodeBuilder. It must be a non-nullable type.
The TypeToken representing the input type to associate with the builder.