StoreObject

class Object
trait Matchable
class Any
object StoreJs.type

Value members

Abstract methods

def environment[F[_]](implicit F: Applicative[F]): Store[F]

Concrete methods

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