Documentation

Pipe
in package
implements ProvidesIter

FinalYes
Tags
psalm-suppress

MixedAssignment

implements

ProvidesIter<int, callable>

Table of Contents

Interfaces

ProvidesIter

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
inheritDoc
psalm-suppress

MixedReturnTypeCoercion

Return values
Iter<TKey, TVal>

then()

public then(callable $f) : self
Parameters
$f : callable
Return values
self

        
On this page

Search results