com.geirolz.app.toolkit

Members list

Type members

Classlikes

sealed trait =:!=[A, B]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object =:!=

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
=:!=.type
class App[F[_], FAILURE, APP_INFO <: SimpleAppInfo[_], LOGGER_T[_[_]], CONFIG, RESOURCES, DEPENDENCIES]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object App extends AppSyntax

Attributes

Companion
class
Supertypes
trait AppSyntax
class Object
trait Matchable
class Any
Self type
App.type
final case class AppArgs(value: List[String]) extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object AppArgs

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
AppArgs.type
case class AppMessages(loadingConfig: String, configSuccessfullyLoaded: String, buildingServicesEnv: String, servicesEnvSuccessfullyBuilt: String, buildingApp: String, appSuccessfullyBuilt: String, startingApp: String, appWasStopped: String, appEnErrorOccurred: String, shuttingDownApp: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AppMessages

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait AppSyntax

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object App.type
trait ArgDecoder[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ArgDecoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
ArgDecoder.type
case class FailureHandler[F[_], FAILURE](onFailureF: FAILURE => F[OnFailureBehaviour], handleFailureWithF: FAILURE => F[Either[FAILURE, Unit]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
FailureHandler[F, FAILURE]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
sealed trait FailureHandlerSyntax

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FailureHandler.type
trait SimpleAppInfo[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object SimpleAppInfo

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Types

type \/[+A, +B] = Either[A, B]