View
class View<out Target : Entity<*>>(val op: Op<Boolean>, val factory: EntityClass<*, Target>) : SizedIterable<Target>
A SizedIterable of Entity instances that represent a subset of all managed entities that conform to the provided op conditional expression.
Parameters
op
The conditional expression to use when querying for matching entities.
factory
The EntityClass to use when searching for matching entities.