AppResources

com.geirolz.app.toolkit.AppResources$
See theAppResources companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class Loader[F[_], APP_INFO <: SimpleAppInfo[_], LOGGER_T[_[_]], CONFIG](appInfo: APP_INFO, loggerBuilder: F[LOGGER_T[F]], configLoader: F[CONFIG])(implicit evidence$5: Monad[F], evidence$6: LoggerAdapter[LOGGER_T], evidence$7: Show[CONFIG])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def loader[F[_] : Monad, APP_INFO <: SimpleAppInfo[_]](appInfo: APP_INFO): Loader[F, APP_INFO, [F[_]] =>> NoopLogger[F], NoConfig]
def pureLoader[F[_] : Monad, APP_INFO <: SimpleAppInfo[_], LOGGER_T[_[_]] : LoggerAdapter, CONFIG : Show](resources: AppResources[APP_INFO, LOGGER_T[F], CONFIG]): Loader[F, APP_INFO, LOGGER_T, CONFIG]