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 concurrent
  8. package console
  9. package crypto
  10. package exceptions
  11. package files
  12. package functional
  13. package graphs
  14. package integration
  15. package jvm
  16. package language
  17. package network
  18. package os
  19. package properties
  20. package resources
  21. package serialization
  22. package strings
  23. package time
  24. package uuid
  25. package versions

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 used 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
  8. trait __AbstractIzPlatformPlatformSpecific extends AnyRef

Ungrouped