singleton: Singleton scope, bindings of this scope are provided once, on...

Description Usage Arguments Examples

Description

Singleton scope, bindings of this scope are provided once, on initial demand

Usage

1
singleton(provider)

Arguments

provider

unscoped delegate, no argument function responsible for provision

Examples

1
define (three = function () 3, scope = singleton, binder = binder ())

injectoR documentation built on May 2, 2019, 1:42 p.m.