jam

package jam

Members list

Concise view

Exports

Defined exports

final type JamConfig = JamConfig
Exported from JamDsl
inline def brew[J](implicit inline config: JamConfig): J
Exported from JamCoreDsl

Injects constructor arguments if they are provided in this, otherwise throws an error

Injects constructor arguments if they are provided in this, otherwise throws an error

Attributes

inline def brewRec[J](implicit inline config: JamConfig): J
Exported from JamCoreDsl

Injects constructor arguments if they are provided in this or recursively brews them

Injects constructor arguments if they are provided in this or recursively brews them

Attributes

implicit inline def defaultJamConfig: JamConfig
Exported from internal