Value
- the result object typeTarget
- the target type@FunctionalInterface
public interface Result<Value,Target>
Modifier and Type | Method and Description |
---|---|
Value |
in(Target target)
Computes the request based on the given target and previous configurations.
|