public static interface RepositoryPresenterCompilerStates.RPTypedCollectionCompile<TVal,TCol> extends RepositoryPresenterCompilerStates.RPDiff<TVal,RepositoryPresenterCompilerStates.RPTypedCollectionCompile<TVal,TCol>>
Repository.| Modifier and Type | Method and Description |
|---|---|
<TColE extends TCol> |
forCollection(com.google.android.agera.Function<TColE,java.util.List<TVal>> converter)
Creates a
RepositoryPresenter for a Repository of a type that can be
converted to a List of items using the converter. |
diffWith@NonNull <TColE extends TCol> RepositoryPresenter<TColE> forCollection(@NonNull com.google.android.agera.Function<TColE,java.util.List<TVal>> converter)
RepositoryPresenter for a Repository of a type that can be
converted to a List of items using the converter.