R.apex

  • Docs
  • Tutorials
Docs Menu
  • Func
  • R.Funcs
    • Conversion Funcs
    • Arithmetic Funcs
    • Logic Funcs
    • Relation Funcs
    • Function Funcs
    • Comparator Funcs
    • Condition Funcs
    • List Funcs
    • String Funcs
    • Map Funcs
    • Utility Funcs
    • Database Funcs
  • R.Instance
    • Creation Methods
    • Conversion Methods
    • Methods

R.Instance Guide

Instance of R

R Instance Method Reference

Here is the reference of the methods from R instance. You can use them in the way below:

R.of(new List{ 'a', 'b', 'c' })
    .reverse()
    .join('-')
    .toString();

Contribute on Github! Edit this section.