final class Result

Result.

This is a 'sentinel' value. It wraps a return value, which can allow us to differentiate between a null return value and a null return value that's intended to continue a loop.

Methods

__construct(mixed $value)

No description

static Result
from(mixed $value)

No description

Details

at line 16
__construct(mixed $value)

No description

Parameters

mixed $value

at line 20
static Result from(mixed $value)

No description

Parameters

mixed $value

Return Value

Result