AppBuilderSyntax

com.geirolz.app.toolkit.AppBuilderSyntax
sealed trait AppBuilderSyntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AppBuilder.type
Self type

Members list

Concise view

Type members

Classlikes

implicit class AppBuilderErrorOps[F[_], E, APP_INFO <: SimpleAppInfo[_], LOGGER_T[_[_]], CONFIG, DEPENDENCIES](appBuilder: AppBuilder[F, E, APP_INFO, LOGGER_T, CONFIG, DEPENDENCIES])(implicit evidence$14: Async[F], evidence$15: LoggerAdapter[LOGGER_T], evidence$16: Show[CONFIG], env: E =:!= Throwable, el: ErrorLifter[F, E])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
implicit class AppBuilderThrowOps[F[_], APP_INFO <: SimpleAppInfo[_], LOGGER_T[_[_]], CONFIG, DEPENDENCIES](appBuilder: AppBuilder[F, Throwable, APP_INFO, LOGGER_T, CONFIG, DEPENDENCIES])(implicit evidence$17: Async[F], evidence$18: LoggerAdapter[LOGGER_T], evidence$19: Show[CONFIG])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def AppBuilderErrorOps[F[_] : Async, E, APP_INFO <: SimpleAppInfo[_], LOGGER_T[_[_]] : LoggerAdapter, CONFIG : Show, DEPENDENCIES](appBuilder: AppBuilder[F, E, APP_INFO, LOGGER_T, CONFIG, DEPENDENCIES])(implicit evidence$14: Async[F], evidence$15: LoggerAdapter[LOGGER_T], evidence$16: Show[CONFIG], env: E =:!= Throwable, el: ErrorLifter[F, E]): AppBuilderErrorOps[F, E, APP_INFO, LOGGER_T, CONFIG, DEPENDENCIES]
final implicit def AppBuilderThrowOps[F[_] : Async, APP_INFO <: SimpleAppInfo[_], LOGGER_T[_[_]] : LoggerAdapter, CONFIG : Show, DEPENDENCIES](appBuilder: AppBuilder[F, Throwable, APP_INFO, LOGGER_T, CONFIG, DEPENDENCIES]): AppBuilderThrowOps[F, APP_INFO, LOGGER_T, CONFIG, DEPENDENCIES]