jam

package jam

Type members

Classlikes

trait JamDsl extends JamDslBinCompat
object internal extends JamDsl

Exports

Defined exports

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

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

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

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

implicit inline def defaultJamConfig: JamConfig
Exported from internal