Class View3<C1 extends Component,C2 extends Component,C3 extends Component>

java.lang.Object
technology.sola.ecs.cache.ViewImpl<View3Entry<C1,C2,C3>>
technology.sola.ecs.view.View3<C1,C2,C3>
Type Parameters:
C1 - the first component type
C2 - the second component type
C3 - the third component type
All Implemented Interfaces:
View<View3Entry<C1,C2,C3>>

@NullMarked public class View3<C1 extends Component,C2 extends Component,C3 extends Component> extends ViewImpl<View3Entry<C1,C2,C3>>
View3 is a ViewImpl implementation for ViewEntry for three Component.