-
public final class EnvironmentExKt
-
-
Method Summary
Modifier and Type Method Description final static EnvironmentConfignewEnvironmentConfig(Function1<EnvironmentConfig, Unit> configurator)Global and extension functions for different public classes in the jetbrains.exodus.envpackagefinal static <ERROR CLASS>forEach(Cursor $self, Function1<Cursor, Unit> action)final static <ERROR CLASS>forEachReversed(Cursor $self, Function1<Cursor, Unit> action)final static <ERROR CLASS>forEachIndexed(Cursor $self, Function2<Cursor, Integer, Unit> action)-
-
Method Detail
-
newEnvironmentConfig
final static EnvironmentConfig newEnvironmentConfig(Function1<EnvironmentConfig, Unit> configurator)
Global and extension functions for different public classes in the
jetbrains.exodus.envpackage
-
forEachReversed
final static <ERROR CLASS> forEachReversed(Cursor $self, Function1<Cursor, Unit> action)
-
forEachIndexed
final static <ERROR CLASS> forEachIndexed(Cursor $self, Function2<Cursor, Integer, Unit> action)
-
-
-
-