Packages

package platform

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package assertions
  2. package basics
  3. package build
  4. package bytes
  5. package cache
  6. package cli
  7. package console
  8. package crypto
  9. package exceptions
  10. package files
  11. package functional
  12. package graphs
  13. package integration
  14. package jvm
  15. package language
  16. package network
  17. package os
  18. package properties
  19. package resources
  20. package serialization
  21. package strings
  22. package time
  23. package uuid

Type Members

  1. trait AbstractIzPlatform extends IzPlatformEffectfulUtil
  2. trait IzPlatformEffectfulUtil extends IzPlatformUtil

    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.

  3. trait IzPlatformFunctionCollection extends IzPlatformPureUtil

    A marker trait for helper function collection packages

  4. sealed trait IzPlatformPureUtil extends IzPlatformUtil

    A marker trait for packages with pure helpers

  5. trait IzPlatformSyntax extends IzPlatformPureUtil

    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.*
  6. sealed trait IzPlatformUtil extends AnyRef

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

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

  7. sealed trait ScalaPlatform extends AnyRef

Value Members

  1. object IzPlatform extends AbstractIzPlatform
  2. object IzumiProject
  3. object PlatformProperties extends DebugProperties
  4. object ScalaPlatform

Ungrouped