Skip to content

Instantly share code, notes, and snippets.

@vigoo
Created November 20, 2019 16:02
Show Gist options
  • Save vigoo/d2e34695f744c8a0ca8cfdd64fadaac1 to your computer and use it in GitHub Desktop.
Save vigoo/d2e34695f744c8a0ca8cfdd64fadaac1 to your computer and use it in GitHub Desktop.
prox 1/6
class PipedProcess[Out, Err, PN1Out,
PN1 <: ProcessNode[_, _, _, _, _],
PN2 <: ProcessNode[_, _, _, _, _],
IRS <: RedirectionState, ORS <: RedirectionState, ERS <: RedirectionState]
(val from: PN1, val createTo: PipeConstruction[PN1Out] => PN2)
extends ProcessNode[Out, Err, IRS, ORS, ERS] {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment