All Downloads are FREE. Search and download functionalities are using the official Maven repository.

izumi.fundamentals.platform.AbstractIzPlatform.scala Maven / Gradle / Ivy

The newest version!
package izumi.fundamentals.platform

trait AbstractIzPlatform extends IzPlatformEffectfulUtil {
  def platform: ScalaPlatform

  def isHeadless: Boolean

  def terminalColorsEnabled: Boolean

  def isGraalNativeImage: Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy