FP.Pipe

Functional Programming Pipe

Constructors

this
this(T[] input)

Input constructor

Members

Functions

all
bool all(Condition p)

all

any
bool any(Condition p)

any

input
void input(T[] array)

Same as constructor

output
T[] output()

Output with copy

proc
void proc(TFunc[] funcs)

Process

reduce
T reduce(DFunc op)

reduce

Variables

list
T[] list;
Undocumented in source.

Meta