FeatureFlags

pillars.flags.FeatureFlags
See theFeatureFlags companion trait
object FeatureFlags extends ModuleSupport

Attributes

Companion
trait
Source
FeatureFlags.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Key extends Key

Attributes

Source
FeatureFlags.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Key
class Object
trait Matchable
class Any
Show all
Self type
Key.type

Types

override type M[F[_]] = FeatureFlags[F]

Attributes

Source
FeatureFlags.scala

Value members

Concrete methods

override def key: Key

Attributes

Definition Classes
Source
FeatureFlags.scala
def load[F[_] : Console](context: Context[F], modules: Modules[F]): Resource[F, FeatureFlags[F]]

Attributes

Source
FeatureFlags.scala
def noop[F[_] : Sync](conf: FlagsConfig): FeatureFlags[F]

Attributes

Source
FeatureFlags.scala

Inherited methods

Attributes

Inherited from:
ModuleSupport
Source
modules.scala