All Downloads are FREE. Search and download functionalities are using the official Maven repository.

datomisca.typedAddDbFunction.scala Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2012 Pellucid and Zenexity
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package datomisca
package gen

class TypedAddDbFunction0(fn: AddDbFunction) extends TypedAddDbFunction(fn)
 
class TypedAddDbFunction1[In1:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction2[In1:ToDatomicCast, In2:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction3[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction4[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction5[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction6[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction7[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction8[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction9[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction10[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction11[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction12[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast, In12:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction13[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast, In12:ToDatomicCast, In13:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction14[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast, In12:ToDatomicCast, In13:ToDatomicCast, In14:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction15[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast, In12:ToDatomicCast, In13:ToDatomicCast, In14:ToDatomicCast, In15:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction16[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast, In12:ToDatomicCast, In13:ToDatomicCast, In14:ToDatomicCast, In15:ToDatomicCast, In16:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction17[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast, In12:ToDatomicCast, In13:ToDatomicCast, In14:ToDatomicCast, In15:ToDatomicCast, In16:ToDatomicCast, In17:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction18[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast, In12:ToDatomicCast, In13:ToDatomicCast, In14:ToDatomicCast, In15:ToDatomicCast, In16:ToDatomicCast, In17:ToDatomicCast, In18:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction19[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast, In12:ToDatomicCast, In13:ToDatomicCast, In14:ToDatomicCast, In15:ToDatomicCast, In16:ToDatomicCast, In17:ToDatomicCast, In18:ToDatomicCast, In19:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction20[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast, In12:ToDatomicCast, In13:ToDatomicCast, In14:ToDatomicCast, In15:ToDatomicCast, In16:ToDatomicCast, In17:ToDatomicCast, In18:ToDatomicCast, In19:ToDatomicCast, In20:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction21[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast, In12:ToDatomicCast, In13:ToDatomicCast, In14:ToDatomicCast, In15:ToDatomicCast, In16:ToDatomicCast, In17:ToDatomicCast, In18:ToDatomicCast, In19:ToDatomicCast, In20:ToDatomicCast, In21:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)

class TypedAddDbFunction22[In1:ToDatomicCast, In2:ToDatomicCast, In3:ToDatomicCast, In4:ToDatomicCast, In5:ToDatomicCast, In6:ToDatomicCast, In7:ToDatomicCast, In8:ToDatomicCast, In9:ToDatomicCast, In10:ToDatomicCast, In11:ToDatomicCast, In12:ToDatomicCast, In13:ToDatomicCast, In14:ToDatomicCast, In15:ToDatomicCast, In16:ToDatomicCast, In17:ToDatomicCast, In18:ToDatomicCast, In19:ToDatomicCast, In20:ToDatomicCast, In21:ToDatomicCast, In22:ToDatomicCast](fn: AddDbFunction) extends TypedAddDbFunction(fn)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy