
kotlin.reflect.KMemberFunctions.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 member function with introspection capabilities that takes 0 arguments. */
public trait KMemberFunction0 : ExtensionFunction0
/** A member function with introspection capabilities that takes 1 argument. */
public trait KMemberFunction1 : ExtensionFunction1
/** A member function with introspection capabilities that takes 2 arguments. */
public trait KMemberFunction2 : ExtensionFunction2
/** A member function with introspection capabilities that takes 3 arguments. */
public trait KMemberFunction3 : ExtensionFunction3
/** A member function with introspection capabilities that takes 4 arguments. */
public trait KMemberFunction4 : ExtensionFunction4
/** A member function with introspection capabilities that takes 5 arguments. */
public trait KMemberFunction5 : ExtensionFunction5
/** A member function with introspection capabilities that takes 6 arguments. */
public trait KMemberFunction6 : ExtensionFunction6
/** A member function with introspection capabilities that takes 7 arguments. */
public trait KMemberFunction7 : ExtensionFunction7
/** A member function with introspection capabilities that takes 8 arguments. */
public trait KMemberFunction8 : ExtensionFunction8
/** A member function with introspection capabilities that takes 9 arguments. */
public trait KMemberFunction9 : ExtensionFunction9
/** A member function with introspection capabilities that takes 10 arguments. */
public trait KMemberFunction10 : ExtensionFunction10
/** A member function with introspection capabilities that takes 11 arguments. */
public trait KMemberFunction11 : ExtensionFunction11
/** A member function with introspection capabilities that takes 12 arguments. */
public trait KMemberFunction12 : ExtensionFunction12
/** A member function with introspection capabilities that takes 13 arguments. */
public trait KMemberFunction13 : ExtensionFunction13
/** A member function with introspection capabilities that takes 14 arguments. */
public trait KMemberFunction14 : ExtensionFunction14
/** A member function with introspection capabilities that takes 15 arguments. */
public trait KMemberFunction15 : ExtensionFunction15
/** A member function with introspection capabilities that takes 16 arguments. */
public trait KMemberFunction16 : ExtensionFunction16
/** A member function with introspection capabilities that takes 17 arguments. */
public trait KMemberFunction17 : ExtensionFunction17
/** A member function with introspection capabilities that takes 18 arguments. */
public trait KMemberFunction18 : ExtensionFunction18
/** A member function with introspection capabilities that takes 19 arguments. */
public trait KMemberFunction19 : ExtensionFunction19
/** A member function with introspection capabilities that takes 20 arguments. */
public trait KMemberFunction20 : ExtensionFunction20
/** A member function with introspection capabilities that takes 21 arguments. */
public trait KMemberFunction21 : ExtensionFunction21
/** A member function with introspection capabilities that takes 22 arguments. */
public trait KMemberFunction22 : ExtensionFunction22
© 2015 - 2025 Weber Informatics LLC | Privacy Policy