Skip to content

LoadableForEachStoreActionFor

m-housh edited this page Aug 20, 2021 · 1 revision

LoadableForEachStoreActionFor

Convenience for when the element is Identifiable.

public typealias LoadableForEachStoreActionFor<
  Element,
  ElementAction,
  Failure: Error
> = LoadableForEachAction<Element, ElementAction, Element.ID, Failure> where Element: Identifiable
Clone this wiki locally