Class ATestCaseResult.ResultValue

java.lang.Object
io.github.imagineDevit.giwt.core.ATestCaseResult.ResultValue
Direct Known Subclasses:
ATestCaseResult.ResultValue.Err, ATestCaseResult.ResultValue.Ok
Enclosing class:
ATestCaseResult<T>

public static sealed class ATestCaseResult.ResultValue extends Object permits ATestCaseResult.ResultValue.Ok<T>, ATestCaseResult.ResultValue.Err<E>