Parser
Functions
Link copied to clipboard
Link copied to clipboard
operator fun <A : Any, B, C, D, E, F, G, H, I, J, K> Parser<A>.times(other: Parser<Tuple10<B, C, D, E, F, G, H, I, J, K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A : Any, B, C, D, E, F, G, H, I, J, K, L> Parser<A>.times(other: Parser<Tuple11<B, C, D, E, F, G, H, I, J, K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A : Any, B, C, D, E, F, G, H, I, J, K, L, M> Parser<A>.times(other: Parser<Tuple12<B, C, D, E, F, G, H, I, J, K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A : Any, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<A>.times(other: Parser<Tuple13<B, C, D, E, F, G, H, I, J, K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A : Any, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<A>.times(other: Parser<Tuple14<B, C, D, E, F, G, H, I, J, K, L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A : Any, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<A>.times(other: Parser<Tuple15<B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A : Any, B, C, D> Parser<A>.times(other: Parser<Tuple3<B, C, D>>): Parser<Tuple4<A, B, C, D>>
operator fun <A : Any, B, C, D, E> Parser<A>.times(other: Parser<Tuple4<B, C, D, E>>): Parser<Tuple5<A, B, C, D, E>>
operator fun <A : Any, B, C, D, E, F> Parser<A>.times(other: Parser<Tuple5<B, C, D, E, F>>): Parser<Tuple6<A, B, C, D, E, F>>
operator fun <A : Any, B, C, D, E, F, G> Parser<A>.times(other: Parser<Tuple6<B, C, D, E, F, G>>): Parser<Tuple7<A, B, C, D, E, F, G>>
operator fun <A : Any, B, C, D, E, F, G, H> Parser<A>.times(other: Parser<Tuple7<B, C, D, E, F, G, H>>): Parser<Tuple8<A, B, C, D, E, F, G, H>>
operator fun <A : Any, B, C, D, E, F, G, H, I> Parser<A>.times(other: Parser<Tuple8<B, C, D, E, F, G, H, I>>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A : Any, B, C, D, E, F, G, H, I, J> Parser<A>.times(other: Parser<Tuple9<B, C, D, E, F, G, H, I, J>>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J> Parser<Tuple0>.times(other: Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple0>.times(other: Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple0>.times(other: Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple0>.times(other: Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple0>.times(other: Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple0>.times(other: Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple0>.times(other: Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C> Parser<Tuple0>.times(other: Parser<Tuple3<A, B, C>>): Parser<Tuple3<A, B, C>>
operator fun <A, B, C, D> Parser<Tuple0>.times(other: Parser<Tuple4<A, B, C, D>>): Parser<Tuple4<A, B, C, D>>
operator fun <A, B, C, D, E> Parser<Tuple0>.times(other: Parser<Tuple5<A, B, C, D, E>>): Parser<Tuple5<A, B, C, D, E>>
operator fun <A, B, C, D, E, F> Parser<Tuple0>.times(other: Parser<Tuple6<A, B, C, D, E, F>>): Parser<Tuple6<A, B, C, D, E, F>>
operator fun <A, B, C, D, E, F, G> Parser<Tuple0>.times(other: Parser<Tuple7<A, B, C, D, E, F, G>>): Parser<Tuple7<A, B, C, D, E, F, G>>
operator fun <A, B, C, D, E, F, G, H> Parser<Tuple0>.times(other: Parser<Tuple8<A, B, C, D, E, F, G, H>>): Parser<Tuple8<A, B, C, D, E, F, G, H>>
operator fun <A, B, C, D, E, F, G, H, I> Parser<Tuple0>.times(other: Parser<Tuple9<A, B, C, D, E, F, G, H, I>>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A, B, C, D, E, F, G, H, I, J, K : Any> Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>.times(other: Parser<K>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J> Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>.times(other: Parser<Tuple0>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>.times(other: Parser<Tuple1<K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>.times(other: Parser<Tuple2<K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>.times(other: Parser<Tuple3<K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>.times(other: Parser<Tuple4<K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>.times(other: Parser<Tuple5<K, L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>.times(other: Parser<Tuple6<K, L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L : Any> Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>.times(other: Parser<L>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>.times(other: Parser<Tuple0>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>.times(other: Parser<Tuple1<L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>.times(other: Parser<Tuple2<L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>.times(other: Parser<Tuple3<L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>.times(other: Parser<Tuple4<L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>.times(other: Parser<Tuple5<L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M : Any> Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>.times(other: Parser<M>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>.times(other: Parser<Tuple0>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>.times(other: Parser<Tuple1<M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>.times(other: Parser<Tuple2<M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>.times(other: Parser<Tuple3<M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>.times(other: Parser<Tuple4<M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N : Any> Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>.times(other: Parser<N>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>.times(other: Parser<Tuple0>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>.times(other: Parser<Tuple1<N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>.times(other: Parser<Tuple2<N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>.times(other: Parser<Tuple3<N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O : Any> Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>.times(other: Parser<O>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>.times(other: Parser<Tuple0>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>.times(other: Parser<Tuple1<O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>.times(other: Parser<Tuple2<O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P : Any> Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>.times(other: Parser<P>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>.times(other: Parser<Tuple0>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>.times(other: Parser<Tuple1<P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>.times(other: Parser<Tuple0>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple1<A>>.times(other: Parser<Tuple10<B, C, D, E, F, G, H, I, J, K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple1<A>>.times(other: Parser<Tuple11<B, C, D, E, F, G, H, I, J, K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple1<A>>.times(other: Parser<Tuple12<B, C, D, E, F, G, H, I, J, K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple1<A>>.times(other: Parser<Tuple13<B, C, D, E, F, G, H, I, J, K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple1<A>>.times(other: Parser<Tuple14<B, C, D, E, F, G, H, I, J, K, L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple1<A>>.times(other: Parser<Tuple15<B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C> Parser<Tuple1<A>>.times(other: Parser<Tuple2<B, C>>): Parser<Tuple3<A, B, C>>
operator fun <A, B, C, D> Parser<Tuple1<A>>.times(other: Parser<Tuple3<B, C, D>>): Parser<Tuple4<A, B, C, D>>
operator fun <A, B, C, D, E> Parser<Tuple1<A>>.times(other: Parser<Tuple4<B, C, D, E>>): Parser<Tuple5<A, B, C, D, E>>
operator fun <A, B, C, D, E, F> Parser<Tuple1<A>>.times(other: Parser<Tuple5<B, C, D, E, F>>): Parser<Tuple6<A, B, C, D, E, F>>
operator fun <A, B, C, D, E, F, G> Parser<Tuple1<A>>.times(other: Parser<Tuple6<B, C, D, E, F, G>>): Parser<Tuple7<A, B, C, D, E, F, G>>
operator fun <A, B, C, D, E, F, G, H> Parser<Tuple1<A>>.times(other: Parser<Tuple7<B, C, D, E, F, G, H>>): Parser<Tuple8<A, B, C, D, E, F, G, H>>
operator fun <A, B, C, D, E, F, G, H, I> Parser<Tuple1<A>>.times(other: Parser<Tuple8<B, C, D, E, F, G, H, I>>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A, B, C, D, E, F, G, H, I, J> Parser<Tuple1<A>>.times(other: Parser<Tuple9<B, C, D, E, F, G, H, I, J>>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple2<A, B>>.times(other: Parser<Tuple10<C, D, E, F, G, H, I, J, K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple2<A, B>>.times(other: Parser<Tuple11<C, D, E, F, G, H, I, J, K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple2<A, B>>.times(other: Parser<Tuple12<C, D, E, F, G, H, I, J, K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple2<A, B>>.times(other: Parser<Tuple13<C, D, E, F, G, H, I, J, K, L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple2<A, B>>.times(other: Parser<Tuple14<C, D, E, F, G, H, I, J, K, L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C> Parser<Tuple2<A, B>>.times(other: Parser<Tuple1<C>>): Parser<Tuple3<A, B, C>>
operator fun <A, B, C, D> Parser<Tuple2<A, B>>.times(other: Parser<Tuple2<C, D>>): Parser<Tuple4<A, B, C, D>>
operator fun <A, B, C, D, E> Parser<Tuple2<A, B>>.times(other: Parser<Tuple3<C, D, E>>): Parser<Tuple5<A, B, C, D, E>>
operator fun <A, B, C, D, E, F> Parser<Tuple2<A, B>>.times(other: Parser<Tuple4<C, D, E, F>>): Parser<Tuple6<A, B, C, D, E, F>>
operator fun <A, B, C, D, E, F, G> Parser<Tuple2<A, B>>.times(other: Parser<Tuple5<C, D, E, F, G>>): Parser<Tuple7<A, B, C, D, E, F, G>>
operator fun <A, B, C, D, E, F, G, H> Parser<Tuple2<A, B>>.times(other: Parser<Tuple6<C, D, E, F, G, H>>): Parser<Tuple8<A, B, C, D, E, F, G, H>>
operator fun <A, B, C, D, E, F, G, H, I> Parser<Tuple2<A, B>>.times(other: Parser<Tuple7<C, D, E, F, G, H, I>>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A, B, C, D, E, F, G, H, I, J> Parser<Tuple2<A, B>>.times(other: Parser<Tuple8<C, D, E, F, G, H, I, J>>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple2<A, B>>.times(other: Parser<Tuple9<C, D, E, F, G, H, I, J, K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D : Any> Parser<Tuple3<A, B, C>>.times(other: Parser<D>): Parser<Tuple4<A, B, C, D>>
operator fun <A, B, C> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple0>): Parser<Tuple3<A, B, C>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple10<D, E, F, G, H, I, J, K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple11<D, E, F, G, H, I, J, K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple12<D, E, F, G, H, I, J, K, L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple13<D, E, F, G, H, I, J, K, L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple1<D>>): Parser<Tuple4<A, B, C, D>>
operator fun <A, B, C, D, E> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple2<D, E>>): Parser<Tuple5<A, B, C, D, E>>
operator fun <A, B, C, D, E, F> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple3<D, E, F>>): Parser<Tuple6<A, B, C, D, E, F>>
operator fun <A, B, C, D, E, F, G> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple4<D, E, F, G>>): Parser<Tuple7<A, B, C, D, E, F, G>>
operator fun <A, B, C, D, E, F, G, H> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple5<D, E, F, G, H>>): Parser<Tuple8<A, B, C, D, E, F, G, H>>
operator fun <A, B, C, D, E, F, G, H, I> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple6<D, E, F, G, H, I>>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A, B, C, D, E, F, G, H, I, J> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple7<D, E, F, G, H, I, J>>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple8<D, E, F, G, H, I, J, K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple3<A, B, C>>.times(other: Parser<Tuple9<D, E, F, G, H, I, J, K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E : Any> Parser<Tuple4<A, B, C, D>>.times(other: Parser<E>): Parser<Tuple5<A, B, C, D, E>>
operator fun <A, B, C, D> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple0>): Parser<Tuple4<A, B, C, D>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple10<E, F, G, H, I, J, K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple11<E, F, G, H, I, J, K, L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple12<E, F, G, H, I, J, K, L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple1<E>>): Parser<Tuple5<A, B, C, D, E>>
operator fun <A, B, C, D, E, F> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple2<E, F>>): Parser<Tuple6<A, B, C, D, E, F>>
operator fun <A, B, C, D, E, F, G> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple3<E, F, G>>): Parser<Tuple7<A, B, C, D, E, F, G>>
operator fun <A, B, C, D, E, F, G, H> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple4<E, F, G, H>>): Parser<Tuple8<A, B, C, D, E, F, G, H>>
operator fun <A, B, C, D, E, F, G, H, I> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple5<E, F, G, H, I>>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A, B, C, D, E, F, G, H, I, J> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple6<E, F, G, H, I, J>>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple7<E, F, G, H, I, J, K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple8<E, F, G, H, I, J, K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple4<A, B, C, D>>.times(other: Parser<Tuple9<E, F, G, H, I, J, K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F : Any> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<F>): Parser<Tuple6<A, B, C, D, E, F>>
operator fun <A, B, C, D, E> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple0>): Parser<Tuple5<A, B, C, D, E>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple10<F, G, H, I, J, K, L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple11<F, G, H, I, J, K, L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple1<F>>): Parser<Tuple6<A, B, C, D, E, F>>
operator fun <A, B, C, D, E, F, G> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple2<F, G>>): Parser<Tuple7<A, B, C, D, E, F, G>>
operator fun <A, B, C, D, E, F, G, H> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple3<F, G, H>>): Parser<Tuple8<A, B, C, D, E, F, G, H>>
operator fun <A, B, C, D, E, F, G, H, I> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple4<F, G, H, I>>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A, B, C, D, E, F, G, H, I, J> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple5<F, G, H, I, J>>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple6<F, G, H, I, J, K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple7<F, G, H, I, J, K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple8<F, G, H, I, J, K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple5<A, B, C, D, E>>.times(other: Parser<Tuple9<F, G, H, I, J, K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G : Any> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<G>): Parser<Tuple7<A, B, C, D, E, F, G>>
operator fun <A, B, C, D, E, F> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<Tuple0>): Parser<Tuple6<A, B, C, D, E, F>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<Tuple10<G, H, I, J, K, L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F, G> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<Tuple1<G>>): Parser<Tuple7<A, B, C, D, E, F, G>>
operator fun <A, B, C, D, E, F, G, H> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<Tuple2<G, H>>): Parser<Tuple8<A, B, C, D, E, F, G, H>>
operator fun <A, B, C, D, E, F, G, H, I> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<Tuple3<G, H, I>>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A, B, C, D, E, F, G, H, I, J> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<Tuple4<G, H, I, J>>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<Tuple5<G, H, I, J, K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<Tuple6<G, H, I, J, K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<Tuple7<G, H, I, J, K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<Tuple8<G, H, I, J, K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple6<A, B, C, D, E, F>>.times(other: Parser<Tuple9<G, H, I, J, K, L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H : Any> Parser<Tuple7<A, B, C, D, E, F, G>>.times(other: Parser<H>): Parser<Tuple8<A, B, C, D, E, F, G, H>>
operator fun <A, B, C, D, E, F, G> Parser<Tuple7<A, B, C, D, E, F, G>>.times(other: Parser<Tuple0>): Parser<Tuple7<A, B, C, D, E, F, G>>
operator fun <A, B, C, D, E, F, G, H> Parser<Tuple7<A, B, C, D, E, F, G>>.times(other: Parser<Tuple1<H>>): Parser<Tuple8<A, B, C, D, E, F, G, H>>
operator fun <A, B, C, D, E, F, G, H, I> Parser<Tuple7<A, B, C, D, E, F, G>>.times(other: Parser<Tuple2<H, I>>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A, B, C, D, E, F, G, H, I, J> Parser<Tuple7<A, B, C, D, E, F, G>>.times(other: Parser<Tuple3<H, I, J>>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple7<A, B, C, D, E, F, G>>.times(other: Parser<Tuple4<H, I, J, K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple7<A, B, C, D, E, F, G>>.times(other: Parser<Tuple5<H, I, J, K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple7<A, B, C, D, E, F, G>>.times(other: Parser<Tuple6<H, I, J, K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple7<A, B, C, D, E, F, G>>.times(other: Parser<Tuple7<H, I, J, K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple7<A, B, C, D, E, F, G>>.times(other: Parser<Tuple8<H, I, J, K, L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple7<A, B, C, D, E, F, G>>.times(other: Parser<Tuple9<H, I, J, K, L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F, G, H, I : Any> Parser<Tuple8<A, B, C, D, E, F, G, H>>.times(other: Parser<I>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A, B, C, D, E, F, G, H> Parser<Tuple8<A, B, C, D, E, F, G, H>>.times(other: Parser<Tuple0>): Parser<Tuple8<A, B, C, D, E, F, G, H>>
operator fun <A, B, C, D, E, F, G, H, I> Parser<Tuple8<A, B, C, D, E, F, G, H>>.times(other: Parser<Tuple1<I>>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A, B, C, D, E, F, G, H, I, J> Parser<Tuple8<A, B, C, D, E, F, G, H>>.times(other: Parser<Tuple2<I, J>>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple8<A, B, C, D, E, F, G, H>>.times(other: Parser<Tuple3<I, J, K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple8<A, B, C, D, E, F, G, H>>.times(other: Parser<Tuple4<I, J, K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple8<A, B, C, D, E, F, G, H>>.times(other: Parser<Tuple5<I, J, K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple8<A, B, C, D, E, F, G, H>>.times(other: Parser<Tuple6<I, J, K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Parser<Tuple8<A, B, C, D, E, F, G, H>>.times(other: Parser<Tuple7<I, J, K, L, M, N, O>>): Parser<Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Parser<Tuple8<A, B, C, D, E, F, G, H>>.times(other: Parser<Tuple8<I, J, K, L, M, N, O, P>>): Parser<Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>>
operator fun <A, B, C, D, E, F, G, H, I, J : Any> Parser<Tuple9<A, B, C, D, E, F, G, H, I>>.times(other: Parser<J>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I> Parser<Tuple9<A, B, C, D, E, F, G, H, I>>.times(other: Parser<Tuple0>): Parser<Tuple9<A, B, C, D, E, F, G, H, I>>
operator fun <A, B, C, D, E, F, G, H, I, J> Parser<Tuple9<A, B, C, D, E, F, G, H, I>>.times(other: Parser<Tuple1<J>>): Parser<Tuple10<A, B, C, D, E, F, G, H, I, J>>
operator fun <A, B, C, D, E, F, G, H, I, J, K> Parser<Tuple9<A, B, C, D, E, F, G, H, I>>.times(other: Parser<Tuple2<J, K>>): Parser<Tuple11<A, B, C, D, E, F, G, H, I, J, K>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L> Parser<Tuple9<A, B, C, D, E, F, G, H, I>>.times(other: Parser<Tuple3<J, K, L>>): Parser<Tuple12<A, B, C, D, E, F, G, H, I, J, K, L>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M> Parser<Tuple9<A, B, C, D, E, F, G, H, I>>.times(other: Parser<Tuple4<J, K, L, M>>): Parser<Tuple13<A, B, C, D, E, F, G, H, I, J, K, L, M>>
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N> Parser<Tuple9<A, B, C, D, E, F, G, H, I>>.times(other: Parser<Tuple5<J, K, L, M, N>>): Parser<Tuple14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>>
Link copied to clipboard
Tuple0 にマッピングすることにより、このパーサーの解析結果が無視されるようにします。