PartialList<T extends SnowflakeEntity<T>> extension

Extensions for fetching lists of SnowflakeEntitys.

on
  • List<SnowflakeEntity<T>>

Methods

fetch() Future<List<T>>

Available on List<SnowflakeEntity<T>>, provided by the PartialList extension

Fetch all the entities in this list.
get() Future<List<T>>

Available on List<SnowflakeEntity<T>>, provided by the PartialList extension

Get all the entities in this list using the cached entity if possible.