dataLoaderOf

fun <T, C> Component<C>.dataLoaderOf(value: T): DataLoader<T>

Creates a data loader for a fixed value.