public class ApiKt
| Modifier and Type | Method and Description |
|---|---|
static <T extends ComponentsProvider> |
buildApi(RootApiBuilder<T> builder)
Builds the API defined by the builder.
|
@NotNull public static <T extends ComponentsProvider> Api<T> buildApi(@NotNull RootApiBuilder<T> builder)
Builds the API defined by the builder.
This function is an implementation detail and not intended to be called by users.