Sequence6Expression<E1, E2, E3, E4, E5, E6> constructor
Sequence6Expression<E1, E2, E3, E4, E5, E6> (
- Expression<
E1> e1, - Expression<
E2> e2, - Expression<
E3> e3, - Expression<
E4> e4, - Expression<
E5> e5, - Expression<
E6> e6,
Implementation
Sequence6Expression(this.e1, this.e2, this.e3, this.e4, this.e5, this.e6)
: super(UnmodifiableListView([e1, e2, e3, e4, e5, e6]));