public interface SourceProvider<T>
extends java.util.function.Function<net.infumia.frame.context.ContextBase,java.util.concurrent.CompletableFuture<java.util.List<T>>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
SourceProvider.Computed<T> |
static class |
SourceProvider.Immutable<T> |
| Modifier and Type | Method and Description |
|---|---|
boolean |
async() |
boolean |
computed() |
boolean |
lazy() |
boolean |
provided() |