SourceObject

class Object
trait Matchable
class Any
object SourceJvm.type

Value members

Concrete methods

final def apply[F[_]](name: SourceName, prepare: F[Either[String, Store[F]]])(implicit F: Applicative[F]): Source[F]
final def empty[F[_]](name: String)(implicit F: Applicative[F]): Source[F]
final def environment[F[_]](implicit F: Applicative[F]): Source[F]
final def manual[F[_]](name: String)(kvs: (String, String)*)(implicit F: Applicative[F]): Source[F]
final def manual[F[_]](name: String, kvs: Map[String, String])(implicit F: Applicative[F]): Source[F]
final def point[F[_]](name: String, store: => Store[F])(implicit F: Applicative[F]): Source[F]
final def system[F[_]](implicit F: Applicative[F]): Source[F]