sealed trait World
class Object
trait Matchable
class Any
Value members
Abstract methods
def getView[LIncluded <: CList, LExcluded <: CList](implicit evidence$2: CListTag[LIncluded], evidence$3: CListTag[LExcluded]): ExcludingView[LIncluded, LExcluded]
A View on this World that allows to iterate over its entities with components of the type specified in LIncluded, that do not have any of the components listed in LExcluded.