fetch

abstract fun <T : Model?, M, P> fetch(@Nullable target: @Nullable T, modelType: Class<M>, @Nullable parameterType: @Nullable Class<P>, @Nullable parameterInitializer: @Nullable Action<in P>): FetchModelResult<T, M>(source)

Resilient model fetching.

Since

9.3.0