Interface Value<T>
-
- All Known Implementing Classes:
RawContent,RequestStatus
public interface Value<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tvalue()
-
-
-
Method Detail
-
value
@Nullable T value()
-
-