PartialList<T extends SnowflakeEntity<T> > extension
Extensions for fetching lists of SnowflakeEntity
s.
- on
-
- List<
SnowflakeEntity< T> >
- List<
Methods
-
fetch(
) → Future< List< T> > -
Available on List<
Fetch all the entities in this list.SnowflakeEntity< , provided by the PartialList extensionT> > -
get(
) → Future< List< T> > -
Available on List<
Get all the entities in this list using the cached entity if possible.SnowflakeEntity< , provided by the PartialList extensionT> >