StoreObjectJvm

class Object
trait Matchable
class Any
object StoreJvm.type

Value members

Concrete methods

final override def environment[F[_]](implicit F: Applicative[F]): Store[F]
Definition Classes

Inherited methods

final def apply[F[_]](all: F[Map[Key, String]], lookup: Key => F[Lookup])(implicit F: Applicative[F]): Store[F]
Inherited from:
StoreObject
final def apply[F[_]](all: F[Map[Key, String]])(implicit F: Applicative[F]): Store[F]
Inherited from:
StoreObject
final def empty[F[_]](implicit F: Applicative[F]): Store[F]
Inherited from:
StoreObject
final protected def objName: String
Inherited from:
StoreObject
final def ofJavaProps[F[_]](p: Properties)(implicit F: Applicative[F]): Store[F]
Inherited from:
StoreObject
final def ofJavaPropsFromInputStream[F[_]](is: InputStream, close: Boolean)(implicit F: Applicative[F]): Store[F]
Inherited from:
StoreObject
final def ofMap[F[_]](m: => Map[String, String])(implicit F: Applicative[F]): Store[F]
Inherited from:
StoreObject