getAll abstract method

Future<Iterable<T>> getAll(
  1. Iterable<ID> ids
)

Implementation

Future<Iterable<T>> getAll(Iterable<ID> ids);