AppResources

com.geirolz.app.toolkit.AppResources
See theAppResources companion object
case class AppResources[APP_INFO <: SimpleAppInfo[_], LOGGER, CONFIG](info: APP_INFO, logger: LOGGER, config: CONFIG)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type AppInfo = APP_INFO
type Config = CONFIG
type Logger = LOGGER

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product