Updated docs

This commit is contained in:
bluefireoly
2020-10-16 02:13:42 +02:00
parent 27285cf435
commit 69b2e6cd17
924 changed files with 10606 additions and 60764 deletions

View File

@@ -0,0 +1,14 @@
---
title: ChainedRunnablePartFirst -
---
//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePartFirst](index.md)/[ChainedRunnablePartFirst](-chained-runnable-part-first.md)
# ChainedRunnablePartFirst
[jvm]
Content
fun <[R](index.md)> [ChainedRunnablePartFirst](-chained-runnable-part-first.md)(runnable: () -> [R](index.md), sync: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))

View File

@@ -0,0 +1,14 @@
---
title: execute -
---
//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePartFirst](index.md)/[execute](execute.md)
# execute
[jvm]
Content
open override fun [execute](execute.md)()

View File

@@ -0,0 +1,29 @@
---
title: ChainedRunnablePartFirst -
---
//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePartFirst](index.md)
# ChainedRunnablePartFirst
[jvm] class [ChainedRunnablePartFirst](index.md)<[R](index.md)>(**runnable**: () -> [R](index.md), **sync**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) : [ChainedRunnablePart](../-chained-runnable-part/index.md)<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html), [R](index.md)>
## Functions
| Name| Summary|
|---|---|
| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm] <br>Content <br>open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>
| [execute](execute.md)| [jvm] <br>Content <br>open override fun [execute](execute.md)() <br><br><br>
| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br><br><br>
| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>
## Properties
| Name| Summary|
|---|---|
| [next](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/next/#/PointingToDeclaration/)| [jvm] override var [next](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/next/#/PointingToDeclaration/): [ChainedRunnablePart](../-chained-runnable-part/index.md)<[R](index.md), *>? <br>
| [runnable](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/runnable/#/PointingToDeclaration/)| [jvm] val [runnable](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/runnable/#/PointingToDeclaration/): () -> [R](index.md) <br>
| [sync](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/sync/#/PointingToDeclaration/)| [jvm] override val [sync](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/sync/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br>