winter / io.jentz.winter / GFactoryCallback2

GFactoryCallback2

typealias GFactoryCallback2<A, R> = Graph.(A, R) -> Unit

Two arguments factory callback function signature with Graph as receiver. Used for post-construct and dispose callbacks.