{% setvar book_path %}/reference/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final class SamplerKt
Public fields |
|
---|---|
final @NonNull Pair<@NonNull Float, @NonNull Float> |
top-level extension property docs |
final @Nullable Unit |
top-level non-extension property docs |
Public methods |
|
---|---|
static final @NonNull Pair<@NonNull Float, @NonNull Float> |
topLevelExtensionFunction(@NonNull List<@NonNull String> receiver) top-level extension function docs |
static final @Nullable Unit |
top-level non-extension function docs |
@NonNull
public final @NonNull Pair<@NonNull Float, @NonNull Float> topLevelExtensionProperty
top-level extension property docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }
and after some text, we have another sample
import androidx.anotherFakeLibrary.FooFooFoo val weAreUsingFooFooFoo by lazy { FooFooFoo() }
@Nullable
public final @Nullable Unit topLevelProperty
top-level non-extension property docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }
@NonNull
public static final Pair<@NonNull Float, @NonNull Float> topLevelExtensionFunction(@NonNull List<@NonNull String> receiver)
top-level extension function docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }
@Nullable
public static final Unit topLevelFunction()
top-level non-extension function docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }