Methods | ||
---|---|---|
public
|
apply(callable(static): static $callback): static
|
# |
public
|
if(
(callable(static): bool)|bool $condition,
(callable(static): static)|null $then = null,
(callable(static): static)|null $else = null,
): static
|
# |
public
|
withEach<TKey, TValue>(iterable<TKey, TValue> $list, callable(static, TValue, TKey): static $callback): static
|
# |