public final class RefreshResult<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RefreshResult.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> RefreshResult.Builder<T> |
builder(T value) |
long |
staleTime() |
T |
value() |
public static <T> RefreshResult.Builder<T> builder(T value)
public T value()
public long staleTime()
Copyright © 2024. All rights reserved.