{% setvar book_path %}/reference/kotlin/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
Hello, I'm a package summary!
Wassup |
Howdy! |
Unit |
a() |
String |
Top level function docs next to |
Nothing |
This function is deprecated. This method was too sad. |
suspend inline @Wassup(a = "hello", f = ["world"]) () -> List<Float>? |
<T : Any?, R : Number> T.(Int) -> List<R>.foo( A brutally difficult function to render. |
fun b(i1: Int?, i2: String?, i3: Boolean, foo: Foo): String
Top level function docs next to a
. This is a second sentence. Talk to world
.
@Wassup(a = "hello", f = ["world"])
suspend inline fun <T : Any?, R : Number> T.(Int) -> List<R>.foo(
a: T,
c: vararg Int,
stuff: () -> crossinline () -> String? = { { "Nests." } },
@Wassup block: suspend Set<Boolean>.(Map<String?, List<T>>, mapper: (Double?) -> Double) -> Collection<R?>
): @Wassup(a = "hello", f = ["world"]) () -> List<Float>?
A brutally difficult function to render. Good luck!
Parameters | |
---|---|
T.(Int) -> List<R> |
what is even going on here |
a: T |
choose your own adventure! |
c: vararg Int |
any number of ints |
stuff: () -> crossinline () -> String? = { { "Nests." } } |
lambdas |
@Wassup block: suspend Set<Boolean>.(Map<String?, List<T>>, mapper: (Double?) -> Double) -> Collection<R?> |
Lots, and LOTS of lambdas. Oh, and suspending ones too. |
Throws | |
---|---|
kotlin.IllegalStateException |
because the world is broken |
See also | |
---|---|
b |
it's a lot simpler |