Foo

class Foo
kotlin.Any
   ↳ p.Foo

Summary

Constructors

<init>()

Functions

Unit
s()

Inherited extension functions

From kotlin
T
T.also(block: (T) -> Unit)
T
T.apply(block: T.() -> Unit)
R
T.let(block: (T) -> R)
R
T.run(block: T.() -> R)
T?
T.takeIf(predicate: (T) -> Boolean)
T?
T.takeUnless(predicate: (T) -> Boolean)
Pair<A, B>
A.to(that: B)
String

Properties

String
g

Inherited extension properties

From kotlin.jvm
Class<T>

Constructors

<init>

Foo()

Functions

s

fun s(): Unit

Properties

g

val g: String