Pipe
in package
implements
ProvidesIter
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $fns : array<string|int, mixed>
Methods
- __construct() : mixed
- __invoke() : mixed
- eval() : mixed
- iter() : Iter<TKey, TVal>
- then() : self
Properties
$fns
private
array<string|int, mixed>
$fns
Methods
__construct()
public
__construct(array<string|int, callable> $fns) : mixed
Parameters
- $fns : array<string|int, callable>
__invoke()
public
__invoke(mixed ...$args) : mixed
Parameters
- $args : mixed
eval()
public
eval(mixed ...$args) : mixed
Parameters
- $args : mixed
iter()
public
iter() : Iter<TKey, TVal>
Tags
Return values
Iter<TKey, TVal>then()
public
then(callable $f) : self
Parameters
- $f : callable