Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 apply
C
 call
 check
R
 returnValue
S
 Strict
Strict.apply = function(callback,
args,
name)
Sets function or method accepted arguments types.
Strict.call = function()
Alias of Script.apply but accept N arguments.
Strict.check = function(arguments,
constructor)
Checks Strict Type of a variable (primitive, instance or Void) and a generic constructor (or Void value).
Strict.returnValue = function(args,
callback,
name)
Sets function or method return value type.
function Strict(returnValue,
callback,
arguments,
name)
Quick way to add both Strict returnValue and apply methods.