PeServer

SelectManyIterator
in package
implements Iterator

selectMany イテレータ。

Tags
template

TKey of array-key

template

TValue

template

TResult

implements

Iterator<TKey,TResult>

Table of Contents

Interfaces

Iterator

Properties

$callback  : mixed
$innerIterator  : Iterator
$outerIterator  : Iterator

Methods

__construct()  : mixed
生成。
current()  : mixed
key()  : int
next()  : void
rewind()  : void
valid()  : bool

Properties

$innerIterator

private Iterator $innerIterator
Tags
phpstan-var

Iterator<TKey,TValue>

$outerIterator

private Iterator $outerIterator
Tags
phpstan-var

Iterator<TKey,Iterator<TKey,TValue>>

Methods

__construct()

生成。

public __construct(Iterator $iterator, mixed $callback) : mixed
Parameters
$iterator : Iterator
$callback : mixed
Tags
phpstan-param

Iterator<TKey,Iterator<TKey,TValue>> $iterator

phpstan-param

callable(TValue,TKey):(TResult) $callback


        
On this page

Search results