Resourced

com.geirolz.app.toolkit.App.Resourced
See theResourced companion object
class Resourced[T]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[U](f: T => U): Resourced[U]
def tupled: (Resources, T)
def tupledAll: (APP_INFO, CONFIG, LOGGER_T[F], T)
def use[U](f: Resources => T => U): U
def useTupled[U](f: (Resources, T) => U): U
def useTupledAll[U](f: (APP_INFO, CONFIG, LOGGER_T[F], T) => U): U

Concrete fields

val config: CONFIG
val info: APP_INFO
val logger: LOGGER_T[F]
val value: T