Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created March 11, 2016 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcardarella/4aa396037f930c842c30 to your computer and use it in GitHub Desktop.
Save bcardarella/4aa396037f930c842c30 to your computer and use it in GitHub Desktop.
myFunc(context) {
fun3(fun2(fun1(context)));
}
@taras
Copy link

taras commented Mar 11, 2016

Create a pipe function and pass each function as an argument?

@scottmessinger
Copy link

@scottmessinger
Copy link

Sadly, there isn't a working version of this as far as I know and it hasn't climbed the ranks of the proposal process: https://github.com/mindeavor/es-pipeline-operator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment