makeFluent(handler: ValueStorageHandler): FluentHandler
Given an object implementing interface ValueStorageHandler
, wrap it in a FluentHandler
implementation that makes it easier to build customized versions of the handler. The handler is only wrapped if it
is not already a fluent handler.
handler: ValueStorageHandler
The handler to make fluent.
The handler itself, if it is already fluent, or a wrapper around the handler that makes it fluent.