from

public static EntityQuery<I> from<I>(TargetFilters filters, RecordStorage<I> storage)

Creates new EntityQuery instances for the given TargetFilters and RecordStorage.

Return

new instance of the EntityQuery with the specified attributes

Parameters

filters

filters for the Entities specifying the query predicate

storage

a storage for which the query is created