App

com.geirolz.app.toolkit.App$
See theApp companion trait
object App

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
App.type

Members list

Concise view

Value members

Concrete methods

def fromServices[F[_] : Parallel, E, APP_INFO <: SimpleAppInfo[_], LOGGER_T[_[_]] : LoggerAdapter, CONFIG : Show](appResources: AppResources[APP_INFO, LOGGER_T[F], CONFIG], appProvServices: List[F[Either[E, Any]]], onFailure: E => OnFailure): App[F, NonEmptyList[E], APP_INFO, LOGGER_T, CONFIG]
def of[F[_], E, APP_INFO <: SimpleAppInfo[_], LOGGER_T[_[_]], CONFIG](appResources: AppResources[APP_INFO, LOGGER_T[F], CONFIG], appLogic: Resource[F, Either[E, Unit]]): App[F, E, APP_INFO, LOGGER_T, CONFIG]