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

japgolly.microlibs.utils.Enabled.scala Maven / Gradle / Ivy

The newest version!
package japgolly.microlibs.utils

sealed trait Enabled extends SafeBool.WithBoolOps[Enabled] {
  override final def companion = Enabled
}

case object Enabled extends Enabled with SafeBool.Object[Enabled] {
  override def positive = Enabled
  override def negative = Disabled
}

case object Disabled extends Enabled




© 2015 - 2025 Weber Informatics LLC | Privacy Policy