The type of the options used to build the final object. Must be an object.
The type of the final object that will be built.
ProtectedconstructorProtected
Constructs an AdapterEventBuilder.
The type of the options used to build the final object. Must be an object.
The type of the final object that will be built.
The options for creating the AdapterEventBuilder instance, including the initial options and the resolver function.
Builds the final object by using the resolver function with the current options.
The final object of type R.
StaticcreateStatic method to create a new AdapterEventBuilder instance.
The options for creating the AdapterEventBuilder instance, including the initial options and the resolver function.
A new instance of AdapterEventBuilder.
Class representing a generic AdapterEventBuilder.
This class provides a builder pattern to construct an object of type
Rbased on options of typeV. It is intended to handle complex object creation by allowing flexible modification of options and resolving the final object.