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 ())

dfci-cccb/injectoR documentation built on May 15, 2019, 5:12 a.m.