aub-fluent-iterable

1.0.0 • Public • Published

FluentIterable

Guava-style FluentIterable for Apex

Install

In the directory containing your project's src directory, run:

npm install @gonimbly/nimblyci aub-fluent-iterable

Then add to sfdcDependencies in package.json, eg:

"scripts"{
  "deploy": "nimblyci deploy src",
  "test": "nimblyci test src",
  "add-packages": "nimblyci add-packages"
},
"dependencies"{
  "@gonimbly/nimblyci": "0.0.6",
  "aub-fluent-iterable": "1.0.0"
},
"sfdcDependencies"["aub-fluent-iterable"]

Deployment

In your project, the script add-packages will deploy all packages listed by sfdcDependencies:

SF_LOGIN_URL=https://login.salesforce.com \
SF_USERNAME=<username> \
SF_PASSWORD=<password + security token> \
npm run add-packages

Dependents (0)

Package Sidebar

Install

npm i aub-fluent-iterable

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jdcrensh