mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
17 lines
932 B
Plaintext
Vendored
17 lines
932 B
Plaintext
Vendored
public final class Obj {
|
|
public final static field INSTANCE: Obj
|
|
private static @org.jetbrains.annotations.NotNull field key: java.lang.String
|
|
private static @org.jetbrains.annotations.NotNull field value: java.lang.String
|
|
private method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getKey(): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
|
|
public final method set(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
|
|
public final method setKey(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
|
|
public final class OperatorSetLambdaKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|