izumi.fundamentals.platform

Members list

Type members

Classlikes

A marker trait for packages with impure helpers (RNG access, clock access, filesystem access, etc)

A marker trait for packages with impure helpers (RNG access, clock access, filesystem access, etc)

All these helpers should be added into DI context in izumi.distage.framework.platform.DistagePlatformModule and should be by injection, not by addressing the singletons directly.

Attributes

Supertypes
class Object
trait Matchable
class Any

A marker trait for helper function collection packages

A marker trait for helper function collection packages

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait IzPlatformPureUtil extends IzPlatformUtil

A marker trait for packages with pure helpers

A marker trait for packages with pure helpers

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

A marker trait for packages with purely syntactic extensions

A marker trait for packages with purely syntactic extensions

All these helpers should be accessible through

import izumi.fundamentals.preamble.*

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait IzPlatformUtil

A marker trait for any helper collections provided by Izumi (e.g. IzEither)

A marker trait for any helper collections provided by Izumi (e.g. IzEither)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes