Class StandaloneResult
-
- All Implemented Interfaces:
public class StandaloneResult<T extends Object, E extends Object>Result wrapper returned by the standalone 3DS APIs, representing either a successful outcome of type T or a failure of type E.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStandaloneResult.SuccessA successful StandaloneResult holding the produced value.
public final classStandaloneResult.FailureA failed StandaloneResult holding the error that describes what went wrong.
-