A framework for working in a functional programming paradigm in R


[Up] [Top]

Documentation for package ‘futile.paradigm’ version 1.2.0

Help Pages

futile.paradigm-package A framework for working in a functional programming paradigm in R
%hasa% Add guards to a function to define the conditions when a child function will execute
%hasall% Add guards to a function to define the conditions when a child function will execute
%isa% Add guards to a function to define the conditions when a child function will execute
%must% Add post-assertion validations to a function to define the conditions when results of a child function are valid
%when% Add guards to a function to define the conditions when a child function will execute
AbuseMethod Dispatcher for high-level API functions
create API for CRUD-like operations
create.default API for CRUD-like operations
ensure Add post-assertion validations to a function to define the conditions when results of a child function are valid
ensures Add post-assertion validations to a function to define the conditions when results of a child function are valid
futile.paradigm A framework for working in a functional programming paradigm in R
guard Add guards to a function to define the conditions when a child function will execute
guards Add guards to a function to define the conditions when a child function will execute
hasa Add guards to a function to define the conditions when a child function will execute
hasall Add guards to a function to define the conditions when a child function will execute
isa Add guards to a function to define the conditions when a child function will execute
isStrict Add guards to a function to define the conditions when a child function will execute
paradigm.options A framework for working in a functional programming paradigm in R
UseFunction Primary dispatcher for functional programming