diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/YukiReflection.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/YukiReflection.md index 35df556..5a4e818 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/YukiReflection.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/YukiReflection.md @@ -18,7 +18,7 @@ object YukiReflection **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -32,7 +32,7 @@ const val API_VERSION_NAME: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -46,7 +46,7 @@ const val API_VERSION_CODE: Int **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -60,7 +60,7 @@ object Configs **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -74,7 +74,7 @@ var debugTag: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -92,7 +92,7 @@ var isDebug: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -110,7 +110,7 @@ var isAllowPrintingLogs: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -130,7 +130,7 @@ var isEnableMemberCache: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -154,7 +154,7 @@ inline fun configs(initiate: Configs.() -> Unit) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/CurrentClass.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/CurrentClass.md index a546967..2ab4dd1 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/CurrentClass.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/CurrentClass.md @@ -18,7 +18,7 @@ class CurrentClass internal constructor(internal val classSet: Class<*>, interna **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -32,7 +32,7 @@ val name: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -46,7 +46,7 @@ val simpleName: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -60,7 +60,7 @@ fun generic(): GenericClass? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -76,7 +76,7 @@ inline fun generic(initiate: GenericClass.() -> Unit): GenericClass? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -92,7 +92,7 @@ fun superClass(): SuperClass **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -106,7 +106,7 @@ inline fun field(initiate: FieldConditions): FieldFinder.Result.Instance **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -120,7 +120,7 @@ inline fun method(initiate: MethodConditions): MethodFinder.Result.Instance **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -134,7 +134,7 @@ inner class SuperClass internal constructor(internal val superClassSet: Class<*> **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -148,7 +148,7 @@ val name: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -162,7 +162,7 @@ val simpleName: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -176,7 +176,7 @@ fun generic(): GenericClass? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -192,7 +192,7 @@ inline fun generic(initiate: GenericClass.() -> Unit): GenericClass? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -208,7 +208,7 @@ inline fun field(initiate: FieldConditions): FieldFinder.Result.Instance **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -222,7 +222,7 @@ inline fun method(initiate: MethodConditions): MethodFinder.Result.Instance **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/GenericClass.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/GenericClass.md index 7124096..6fe0f07 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/GenericClass.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/GenericClass.md @@ -18,7 +18,7 @@ class GenericClass internal constructor(private val type: ParameterizedType) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -36,7 +36,7 @@ inline fun argument(index: Int): Class **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/VariousClass.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/VariousClass.md index b12507a..2442da9 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/VariousClass.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/bean/VariousClass.md @@ -18,7 +18,7 @@ class VariousClass(private vararg val name: String) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -32,7 +32,7 @@ fun get(loader: ClassLoader? = null, initialize: Boolean): Class<*> **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -48,7 +48,7 @@ fun getOrNull(loader: ClassLoader? = null, initialize: Boolean): Class<*>? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/factory/ReflectionFactory.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/factory/ReflectionFactory.md index 05e1404..f049cc6 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/factory/ReflectionFactory.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/factory/ReflectionFactory.md @@ -14,7 +14,7 @@ You can use the **Chrome Translation Plugin** to translate entire pages for refe **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -28,7 +28,7 @@ fun ClassLoader.listOfClasses(): List **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -50,7 +50,7 @@ inline fun ClassLoader.searchClass(context: Context?, name: String, async: Boole **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -76,7 +76,7 @@ val Class<*>.hasExtends: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -90,7 +90,7 @@ infix fun Class<*>?.extends(other: Class<*>?): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -124,7 +124,7 @@ infix fun Class<*>?.notExtends(other: Class<*>?): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -156,7 +156,7 @@ infix fun Class<*>?.implements(other: Class<*>?): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -188,7 +188,7 @@ infix fun Class<*>?.notImplements(other: Class<*>?): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -220,7 +220,7 @@ fun Class<*>.toJavaPrimitiveType(): Class<*> **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -253,7 +253,7 @@ inline fun String.toClass(loader: ClassLoader?, initialize: Boolean) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -325,7 +325,7 @@ inline fun String.toClassOrNull(loader: ClassLoader?, initialize: Bo **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -345,7 +345,7 @@ inline fun classOf(loader: ClassLoader?, initialize: Boolean): Class **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -386,7 +386,7 @@ fun String.hasClass(loader: ClassLoader?): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -423,7 +423,7 @@ inline fun Class<*>.hasField(initiate: FieldConditions): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -437,7 +437,7 @@ inline fun Class<*>.hasMethod(initiate: MethodConditions): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -451,7 +451,7 @@ inline fun Class<*>.hasConstructor(initiate: ConstructorConditions): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -465,7 +465,7 @@ inline fun Member.hasModifiers(conditions: ModifierConditions): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -479,7 +479,7 @@ inline fun Class<*>.hasModifiers(conditions: ModifierConditions): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -493,7 +493,7 @@ inline fun Class<*>.field(initiate: FieldConditions): FieldFinder.Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -507,7 +507,7 @@ inline fun Class<*>.method(initiate: MethodConditions): MethodFinder.Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -521,7 +521,7 @@ inline fun Class<*>.constructor(initiate: ConstructorConditions): ConstructorFin **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -535,7 +535,7 @@ fun Class<*>.generic(): GenericClass? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -551,7 +551,7 @@ inline fun Class<*>.generic(initiate: GenericClass.() -> Unit): GenericClass? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -571,7 +571,7 @@ inline fun T.current(ignored: Boolean, initiate: CurrentClass. **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -589,7 +589,7 @@ inline fun Class<*>.buildOf(vararg args: Any?, initiate: ConstructorConditio **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -603,7 +603,7 @@ inline fun Class<*>.allMethods(isAccessible: Boolean, result: (index: Int, metho **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -617,7 +617,7 @@ inline fun Class<*>.allConstructors(isAccessible: Boolean, result: (index: Int, **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -631,7 +631,7 @@ inline fun Class<*>.allFields(isAccessible: Boolean, result: (index: Int, field: **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/BaseFinder.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/BaseFinder.md index 1cf7097..edaa3b8 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/BaseFinder.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/BaseFinder.md @@ -18,7 +18,7 @@ abstract class BaseFinder **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -32,7 +32,7 @@ inner class IndexTypeCondition internal constructor(private val type: IndexConfi **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -46,7 +46,7 @@ fun index(num: Int) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -64,7 +64,7 @@ fun index(): IndexTypeConditionSort **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -78,7 +78,7 @@ inner class IndexTypeConditionSort internal constructor() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -92,7 +92,7 @@ fun first() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -106,7 +106,7 @@ fun last() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -120,7 +120,7 @@ fun reverse(num: Int) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/CountRules.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/CountRules.md index 96d750d..0feb7b1 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/CountRules.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/CountRules.md @@ -18,7 +18,7 @@ class CountRules private constructor() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -34,7 +34,7 @@ fun Int.isZero(): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -48,7 +48,7 @@ fun Int.moreThan(count: Int): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -62,7 +62,7 @@ fun Int.lessThan(count: Int): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -76,7 +76,7 @@ fun Int.inInterval(countRange: IntRange): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/ModifierRules.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/ModifierRules.md index 3968361..0fb5fea 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/ModifierRules.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/ModifierRules.md @@ -18,7 +18,7 @@ class ModifierRules private constructor() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -34,7 +34,7 @@ val isPublic: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -48,7 +48,7 @@ val isPrivate: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -62,7 +62,7 @@ val isProtected: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -76,7 +76,7 @@ val isStatic: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -98,7 +98,7 @@ val isFinal: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -118,7 +118,7 @@ val isSynchronized: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -132,7 +132,7 @@ val isVolatile: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -146,7 +146,7 @@ val isTransient: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -160,7 +160,7 @@ val isNative: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -176,7 +176,7 @@ val isInterface: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -190,7 +190,7 @@ val isAbstract: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -206,7 +206,7 @@ val isStrict: Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/NameRules.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/NameRules.md index b61cfb6..2f88629 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/NameRules.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/NameRules.md @@ -18,7 +18,7 @@ class NameRules private constructor() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -34,7 +34,7 @@ fun String.isSynthetic(index: Int): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -48,7 +48,7 @@ fun String.isOnlySymbols(): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -62,7 +62,7 @@ fun String.isOnlyLetters(): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -76,7 +76,7 @@ fun String.isOnlyNumbers(): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -90,7 +90,7 @@ fun String.isOnlyLettersNumbers(): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -104,7 +104,7 @@ fun String.isOnlyLowercase(): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -120,7 +120,7 @@ fun String.isOnlyUppercase(): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/ObjectRules.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/ObjectRules.md index d622266..7e0548d 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/ObjectRules.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/base/rules/ObjectRules.md @@ -18,7 +18,7 @@ class ObjectRules private constructor(private val instance: Any) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/DexClassFinder.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/DexClassFinder.md index 18c11e0..7c0885e 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/DexClassFinder.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/DexClassFinder.md @@ -23,7 +23,7 @@ class DexClassFinder internal constructor( **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -41,7 +41,7 @@ class DexClassFinder internal constructor( **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` ### clearCache - method @@ -51,7 +51,7 @@ fun clearCache(context: Context, versionName: String?, versionCode: Long?) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -67,7 +67,7 @@ var fullName: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -85,7 +85,7 @@ var simpleName: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -105,7 +105,7 @@ var singleName: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -125,7 +125,7 @@ fun from(vararg name: String): FromPackageRules **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -153,7 +153,7 @@ fun modifiers(conditions: ModifierConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -169,7 +169,7 @@ fun fullName(value: String): ClassNameRules **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -187,7 +187,7 @@ fun simpleName(value: String): ClassNameRules **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -207,7 +207,7 @@ fun singleName(value: String): ClassNameRules **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -227,7 +227,7 @@ fun fullName(conditions: NameConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -243,7 +243,7 @@ fun simpleName(conditions: NameConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -259,7 +259,7 @@ fun singleName(conditions: NameConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -275,7 +275,7 @@ inline fun extends() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -289,7 +289,7 @@ fun extends(vararg name: String) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -305,7 +305,7 @@ inline fun implements() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -319,7 +319,7 @@ fun implements(vararg name: String) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -335,7 +335,7 @@ fun anonymous() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -353,7 +353,7 @@ fun noExtends() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -375,7 +375,7 @@ fun noImplements() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -395,7 +395,7 @@ fun noSuper() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -417,7 +417,7 @@ inline fun enclosing() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -431,7 +431,7 @@ fun enclosing(vararg name: String) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -447,7 +447,7 @@ inner class FromPackageRules internal constructor(private val packages: ArrayLis **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -461,7 +461,7 @@ fun absolute() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -487,7 +487,7 @@ inner class ClassNameRules internal constructor(private val name: ClassRulesData **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -501,7 +501,7 @@ fun optional() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -527,7 +527,7 @@ inline fun member(initiate: MemberRules.() -> Unit): MemberRulesResult **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -541,7 +541,7 @@ inline fun field(initiate: FieldRules.() -> Unit): MemberRulesResult **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -555,7 +555,7 @@ inline fun method(initiate: MethodRules.() -> Unit): MemberRulesResult **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -569,7 +569,7 @@ inline fun constructor(initiate: ConstructorRules.() -> Unit): MemberRulesResult **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -583,7 +583,7 @@ inner class Result internal constructor(internal var isNotFound: Boolean, intern **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -597,7 +597,7 @@ inline fun result(initiate: Result.() -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -611,7 +611,7 @@ fun get(): Class<*>? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -631,7 +631,7 @@ fun all(): HashSet> **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -651,7 +651,7 @@ fun all(result: (Class<*>) -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -671,7 +671,7 @@ fun wait(result: (Class<*>?) -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -691,7 +691,7 @@ fun waitAll(result: (HashSet>) -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -711,7 +711,7 @@ fun onNoClassDefFoundError(result: (Throwable) -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -725,7 +725,7 @@ fun ignored(): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/ConstructorRules.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/ConstructorRules.md index 9b00fc9..3f5ce70 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/ConstructorRules.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/ConstructorRules.md @@ -18,7 +18,7 @@ class ConstructorRules internal constructor(internal val rulesData: ConstructorR **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -32,7 +32,7 @@ var paramCount: Int **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -50,7 +50,7 @@ fun modifiers(conditions: ModifierConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -66,7 +66,7 @@ fun emptyParam() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -80,7 +80,7 @@ fun param(vararg paramType: Any) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -106,7 +106,7 @@ fun param(conditions: ObjectsConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -128,7 +128,7 @@ fun paramCount(numRange: IntRange) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -144,7 +144,7 @@ fun paramCount(conditions: CountConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/FieldRules.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/FieldRules.md index 836bef3..2024faf 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/FieldRules.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/FieldRules.md @@ -18,7 +18,7 @@ class FieldRules internal constructor(internal val rulesData: FieldRulesData) : **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -32,7 +32,7 @@ var name: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -46,7 +46,7 @@ var type: Any? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -62,7 +62,7 @@ fun modifiers(conditions: ModifierConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -78,7 +78,7 @@ fun name(conditions: NameConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -92,7 +92,7 @@ fun type(conditions: ObjectConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/MemberRules.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/MemberRules.md index 8d6be92..3896536 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/MemberRules.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/MemberRules.md @@ -18,7 +18,7 @@ class MemberRules internal constructor(internal val rulesData: MemberRulesData) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -32,7 +32,7 @@ fun modifiers(conditions: ModifierConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/MethodRules.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/MethodRules.md index c982750..9d6a05f 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/MethodRules.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/MethodRules.md @@ -18,7 +18,7 @@ class MethodRules internal constructor(internal val rulesData: MethodRulesData) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -32,7 +32,7 @@ var name: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -46,7 +46,7 @@ var paramCount: Int **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -64,7 +64,7 @@ var returnType: Any? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -80,7 +80,7 @@ fun modifiers(conditions: ModifierConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -96,7 +96,7 @@ fun emptyParam() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -110,7 +110,7 @@ fun param(vararg paramType: Any) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -136,7 +136,7 @@ fun param(conditions: ObjectsConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -158,7 +158,7 @@ fun name(conditions: NameConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -172,7 +172,7 @@ fun paramCount(numRange: IntRange) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -188,7 +188,7 @@ fun paramCount(conditions: CountConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -204,7 +204,7 @@ fun returnType(conditions: ObjectConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/result/MemberRulesResult.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/result/MemberRulesResult.md index 1bbc64e..dfeb7ce 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/result/MemberRulesResult.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/classes/rules/result/MemberRulesResult.md @@ -18,7 +18,7 @@ class MemberRulesResult internal constructor(private val rulesData: MemberRulesD **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -32,7 +32,7 @@ fun none(): MemberRulesResult **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -46,7 +46,7 @@ fun count(num: Int): MemberRulesResult **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -60,7 +60,7 @@ fun count(numRange: IntRange): MemberRulesResult **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -74,7 +74,7 @@ fun count(conditions: CountConditions): MemberRulesResult **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/ConstructorFinder.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/ConstructorFinder.md index 1a610e6..d8c54e9 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/ConstructorFinder.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/ConstructorFinder.md @@ -18,7 +18,7 @@ class ConstructorFinder internal constructor(override val classSet: Class<*>) : **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -34,7 +34,7 @@ var paramCount: Int **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -52,7 +52,7 @@ fun modifiers(conditions: ModifierConditions): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -74,7 +74,7 @@ fun emptyParam(): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -88,7 +88,7 @@ fun param(vararg paramType: Any): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -116,7 +116,7 @@ fun param(conditions: ObjectsConditions): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -140,7 +140,7 @@ fun paramCount(num: Int): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -164,7 +164,7 @@ fun paramCount(numRange: IntRange): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -186,7 +186,7 @@ fun paramCount(conditions: CountConditions): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -208,7 +208,7 @@ fun superClass(isOnlySuperClass: Boolean) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -228,7 +228,7 @@ inner class RemedyPlan internal constructor() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -242,7 +242,7 @@ inline fun constructor(initiate: ConstructorConditions) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -258,7 +258,7 @@ inner class Result internal constructor() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -272,7 +272,7 @@ fun onFind(initiate: HashSet>.() -> Unit) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -300,7 +300,7 @@ inner class Result internal constructor(internal val isNoSuch: Boolean, internal **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -314,7 +314,7 @@ inline fun result(initiate: Result.() -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -345,7 +345,7 @@ fun get(): Instance **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -403,7 +403,7 @@ fun all(): ArrayList **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -433,7 +433,7 @@ fun give(): Constructor<*>? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -451,7 +451,7 @@ fun giveAll(): HashSet> **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -469,7 +469,7 @@ fun wait(initiate: Instance.() -> Unit) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -493,7 +493,7 @@ fun waitAll(initiate: ArrayList.() -> Unit) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -517,7 +517,7 @@ inline fun remedys(initiate: RemedyPlan.() -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -552,7 +552,7 @@ inline fun onNoSuchConstructor(result: (Throwable) -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -568,7 +568,7 @@ fun ignored(): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -588,7 +588,7 @@ inner class Instance internal constructor(private val constructor: Constructor<* **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -602,7 +602,7 @@ fun call(vararg args: Any?): Any? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -616,7 +616,7 @@ fun newInstance(vararg args: Any?): T? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/FieldFinder.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/FieldFinder.md index f93ae9b..82f3503 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/FieldFinder.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/FieldFinder.md @@ -18,7 +18,7 @@ class FieldFinder internal constructor(override val classSet: Class<*>?) : Membe **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -34,7 +34,7 @@ var name: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -54,7 +54,7 @@ var type: Any? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -70,7 +70,7 @@ fun modifiers(conditions: ModifierConditions): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -92,7 +92,7 @@ fun order(): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -106,7 +106,7 @@ fun name(value: String): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -128,7 +128,7 @@ fun name(conditions: NameConditions): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -150,7 +150,7 @@ fun type(value: Any): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -172,7 +172,7 @@ fun type(conditions: ObjectConditions): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -194,7 +194,7 @@ fun superClass(isOnlySuperClass: Boolean) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -214,7 +214,7 @@ inner class RemedyPlan internal constructor() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -228,7 +228,7 @@ inline fun field(initiate: FieldConditions): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -244,7 +244,7 @@ inner class Result internal constructor() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -258,7 +258,7 @@ fun onFind(initiate: HashSet.() -> Unit) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -286,7 +286,7 @@ inner class Result internal constructor(internal val isNoSuch: Boolean, private **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -300,7 +300,7 @@ inline fun result(initiate: Result.() -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -335,7 +335,7 @@ fun get(instance: Any?): Instance **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -373,7 +373,7 @@ fun all(instance: Any?): ArrayList **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -403,7 +403,7 @@ fun give(): Field? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -421,7 +421,7 @@ fun giveAll(): HashSet **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -439,7 +439,7 @@ fun wait(instance: Any?, initiate: Instance.() -> Unit) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -463,7 +463,7 @@ fun waitAll(instance: Any?, initiate: ArrayList.() -> Unit) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -487,7 +487,7 @@ inline fun remedys(initiate: RemedyPlan.() -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -522,7 +522,7 @@ fun onNoSuchField(result: (Throwable) -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -536,7 +536,7 @@ fun ignored(): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -556,7 +556,7 @@ inner class Instance internal constructor(private val instance: Any?, private va **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -574,7 +574,7 @@ inline fun current(ignored: Boolean, initiate: CurrentClass.() -> Unit): Any? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -588,7 +588,7 @@ fun cast(): T? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -602,7 +602,7 @@ fun byte(): Byte? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -616,7 +616,7 @@ fun int(): Int **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -630,7 +630,7 @@ fun long(): Long **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -643,7 +643,7 @@ fun short(): Short ``` **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -657,7 +657,7 @@ fun double(): Double **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -670,7 +670,7 @@ fun float(): Float ``` **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -684,7 +684,7 @@ fun string(): String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -698,7 +698,7 @@ fun char(): Char **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -712,7 +712,7 @@ fun boolean(): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -725,7 +725,7 @@ fun any(): Any? ``` **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -739,7 +739,7 @@ inline fun array(): Array **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -753,7 +753,7 @@ inline fun list(): List **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -767,7 +767,7 @@ fun set(any: Any?) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -780,7 +780,7 @@ fun setTrue() ``` **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -800,7 +800,7 @@ fun setFalse() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -820,7 +820,7 @@ fun setNull() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/MethodFinder.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/MethodFinder.md index 7a02bb9..a5a7001 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/MethodFinder.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/finder/members/MethodFinder.md @@ -18,7 +18,7 @@ class MethodFinder internal constructor(override val classSet: Class<*>) : Membe **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -34,7 +34,7 @@ var name: String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -54,7 +54,7 @@ var paramCount: Int **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -72,7 +72,7 @@ var returnType: Any? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -86,7 +86,7 @@ fun modifiers(conditions: ModifierConditions): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -108,7 +108,7 @@ fun emptyParam(): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -122,7 +122,7 @@ fun param(vararg paramType: Any): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -150,7 +150,7 @@ fun param(conditions: ObjectsConditions): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -174,7 +174,7 @@ fun order(): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -188,7 +188,7 @@ fun name(value: String): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -210,7 +210,7 @@ fun name(conditions: NameConditions): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -232,7 +232,7 @@ fun paramCount(num: Int): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -256,7 +256,7 @@ fun paramCount(numRange: IntRange): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -278,7 +278,7 @@ fun paramCount(conditions: CountConditions): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -300,7 +300,7 @@ fun returnType(value: Any): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -322,7 +322,7 @@ fun returnType(conditions: ObjectConditions): IndexTypeCondition **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -344,7 +344,7 @@ fun superClass(isOnlySuperClass: Boolean) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -364,7 +364,7 @@ inner class RemedyPlan internal constructor() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -378,7 +378,7 @@ inline fun method(initiate: MethodConditions): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -394,7 +394,7 @@ inner class Result internal constructor() **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -408,7 +408,7 @@ fun onFind(initiate: HashSet.() -> Unit) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -436,7 +436,7 @@ inner class Result internal constructor(internal val isNoSuch: Boolean, private **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -450,7 +450,7 @@ inline fun result(initiate: Result.() -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -481,7 +481,7 @@ fun get(instance: Any?): Instance **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -525,7 +525,7 @@ fun all(instance: Any?): ArrayList **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -555,7 +555,7 @@ fun give(): Method? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -573,7 +573,7 @@ fun giveAll(): HashSet **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -591,7 +591,7 @@ fun wait(instance: Any?, initiate: Instance.() -> Unit) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -615,7 +615,7 @@ fun waitAll(instance: Any?, initiate: ArrayList.() -> Unit) **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -639,7 +639,7 @@ inline fun remedys(initiate: RemedyPlan.() -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -674,7 +674,7 @@ inline fun onNoSuchMethod(result: (Throwable) -> Unit): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -690,7 +690,7 @@ fun ignored(): Result **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -710,7 +710,7 @@ inner class Instance internal constructor(private val instance: Any?, private va **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -724,7 +724,7 @@ fun call(vararg args: Any?): Any? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -738,7 +738,7 @@ fun invoke(vararg args: Any?): T? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -752,7 +752,7 @@ fun byte(vararg args: Any?): Byte? **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -766,7 +766,7 @@ fun int(vararg args: Any?): Int **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -780,7 +780,7 @@ fun long(vararg args: Any?): Long **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -794,7 +794,7 @@ fun short(vararg args: Any?): Short **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -808,7 +808,7 @@ fun double(vararg args: Any?): Double **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -822,7 +822,7 @@ fun float(vararg args: Any?): Float **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -836,7 +836,7 @@ fun string(vararg args: Any?): String **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -850,7 +850,7 @@ fun char(vararg args: Any?): Char **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -864,7 +864,7 @@ fun boolean(vararg args: Any?): Boolean **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -878,7 +878,7 @@ inline fun array(vararg args: Any?): Array **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -892,7 +892,7 @@ inline fun list(vararg args: Any?): List **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md index e8b6319..3ada4b3 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md @@ -14,7 +14,7 @@ You can use the **Chrome Translation Plugin** to translate entire pages for refe **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md index 42513d0..0dbcc22 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md @@ -14,7 +14,7 @@ You can use the **Chrome Translation Plugin** to translate entire pages for refe **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md index a13747d..1fec048 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md @@ -14,7 +14,7 @@ You can use the **Chrome Translation Plugin** to translate entire pages for refe **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/defined/DefinedTypeFactory.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/defined/DefinedTypeFactory.md index 39f96c4..cffd1f3 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/defined/DefinedTypeFactory.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/defined/DefinedTypeFactory.md @@ -14,7 +14,7 @@ You can use the **Chrome Translation Plugin** to translate entire pages for refe **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** @@ -28,7 +28,7 @@ val VagueType: Class<*> **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate** diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md index 3187e04..cce27e5 100644 --- a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md +++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md @@ -14,7 +14,7 @@ You can use the **Chrome Translation Plugin** to translate entire pages for refe **Change Records** -`v1.0.0` `added` +`v1.0.0` `first` **Function Illustrate**