public class EnvironmentExKt
| Modifier and Type | Method and Description |
|---|---|
static void |
forEach(Cursor $receiver,
kotlin.jvm.functions.Function1<? super jetbrains.exodus.env.Cursor,kotlin.Unit> action) |
static void |
forEachIndexed(Cursor $receiver,
kotlin.jvm.functions.Function2<? super jetbrains.exodus.env.Cursor,? super java.lang.Integer,kotlin.Unit> action) |
static void |
forEachReversed(Cursor $receiver,
kotlin.jvm.functions.Function1<? super jetbrains.exodus.env.Cursor,kotlin.Unit> action) |
static EnvironmentConfig |
newEnvironmentConfig(kotlin.jvm.functions.Function1<? super jetbrains.exodus.env.EnvironmentConfig,kotlin.Unit> configurator)
Global and extension functions for different public classes in the
jetbrains.exodus.env package |
public static EnvironmentConfig newEnvironmentConfig(kotlin.jvm.functions.Function1<? super jetbrains.exodus.env.EnvironmentConfig,kotlin.Unit> configurator)
Global and extension functions for different public classes in the jetbrains.exodus.env package
public static void forEach(Cursor $receiver, kotlin.jvm.functions.Function1<? super jetbrains.exodus.env.Cursor,kotlin.Unit> action)
public static void forEachReversed(Cursor $receiver, kotlin.jvm.functions.Function1<? super jetbrains.exodus.env.Cursor,kotlin.Unit> action)
public static void forEachIndexed(Cursor $receiver, kotlin.jvm.functions.Function2<? super jetbrains.exodus.env.Cursor,? super java.lang.Integer,kotlin.Unit> action)