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

kotlin.reflect.KFunctions.kt Maven / Gradle / Ivy

/*
 * Copyright 2010-2015 JetBrains s.r.o.
 *
 * 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.
 */

// Auto-generated file. DO NOT EDIT!

package kotlin.reflect

/** A function with introspection capabilities that takes 0 arguments. */
public trait KFunction0 : Function0
/** A function with introspection capabilities that takes 1 argument. */
public trait KFunction1 : Function1
/** A function with introspection capabilities that takes 2 arguments. */
public trait KFunction2 : Function2
/** A function with introspection capabilities that takes 3 arguments. */
public trait KFunction3 : Function3
/** A function with introspection capabilities that takes 4 arguments. */
public trait KFunction4 : Function4
/** A function with introspection capabilities that takes 5 arguments. */
public trait KFunction5 : Function5
/** A function with introspection capabilities that takes 6 arguments. */
public trait KFunction6 : Function6
/** A function with introspection capabilities that takes 7 arguments. */
public trait KFunction7 : Function7
/** A function with introspection capabilities that takes 8 arguments. */
public trait KFunction8 : Function8
/** A function with introspection capabilities that takes 9 arguments. */
public trait KFunction9 : Function9
/** A function with introspection capabilities that takes 10 arguments. */
public trait KFunction10 : Function10
/** A function with introspection capabilities that takes 11 arguments. */
public trait KFunction11 : Function11
/** A function with introspection capabilities that takes 12 arguments. */
public trait KFunction12 : Function12
/** A function with introspection capabilities that takes 13 arguments. */
public trait KFunction13 : Function13
/** A function with introspection capabilities that takes 14 arguments. */
public trait KFunction14 : Function14
/** A function with introspection capabilities that takes 15 arguments. */
public trait KFunction15 : Function15
/** A function with introspection capabilities that takes 16 arguments. */
public trait KFunction16 : Function16
/** A function with introspection capabilities that takes 17 arguments. */
public trait KFunction17 : Function17
/** A function with introspection capabilities that takes 18 arguments. */
public trait KFunction18 : Function18
/** A function with introspection capabilities that takes 19 arguments. */
public trait KFunction19 : Function19
/** A function with introspection capabilities that takes 20 arguments. */
public trait KFunction20 : Function20
/** A function with introspection capabilities that takes 21 arguments. */
public trait KFunction21 : Function21
/** A function with introspection capabilities that takes 22 arguments. */
public trait KFunction22 : Function22




© 2015 - 2025 Weber Informatics LLC | Privacy Policy