BiDiBodyLens
A BiDiBodyLens provides the bi-directional extraction of an entity from a target body, or the insertion of an entity into a target body.
Constructors
Functions
Convert the result of a lens extraction to a Result4k type which
Lens operation to get the value from the target. Synonym for invoke(IN)
Lens operation to get the value from the target. Synonym for invoke(IN)
Lens operation to set the value into the target. Synomym for invoke(IN, OUT)
Lens operation to set the value into the target
Lens operation to get the value from the target
Bind this Lens to a value, so we can set it into a target
Restrict the type that this Lens can extract from
Restrict the type that this Lens can inject into
Lens operation to set the value into the target. Synomym for invoke(IN, OUT)
Convert a synchronous HttpHandler API to mimic AsyncHttpClient