Package org.apache.geode.services.result
-
Interface Summary Interface Description Result<SuccessType,FailureType> ServiceResult<SuccessType> TheServiceResulttype is an attempt at the function construct of Either.
| Interface | Description |
|---|---|
| Result<SuccessType,FailureType> | |
| ServiceResult<SuccessType> |
The
ServiceResult type is an attempt at the function construct of
Either. |