Create documentation

This commit is contained in:
2021-07-11 19:07:29 +02:00
parent b8331e7420
commit 414dec1f98
10 changed files with 288 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ interface EmbedExecutable {
block: SelectOneCallback<R> = {}
): R?
/* Select Miltiples */
/* Select Multiples */
fun <R : EntityI> select(
typeReference: TypeReference<List<R>>,
values: List<Any?> = emptyList(),