singleton {injectoR} | R Documentation |
Singleton scope, bindings of this scope are provided once, on initial demand
singleton(provider)
provider |
unscoped delegate, no argument function responsible for provision |
define (three = function () 3, scope = singleton, binder = binder ())