ParameterizedKontainerModule3

class ParameterizedKontainerModule3<P1, P2, P3>(module: KontainerBuilder.(P1, P2, P3) -> Unit)

Parameterized Kontainer module

Constructors

Link copied to clipboard
fun <P1, P2, P3> ParameterizedKontainerModule3(module: KontainerBuilder.(P1, P2, P3) -> Unit)

Functions

Link copied to clipboard
fun apply(    builder: KontainerBuilder,     p1: P1,     p2: P2,     p3: P3)