3 declare(strict_types=1);
43 $result = $parallel->transform(
'hello');
45 $this->assertEquals([
'hello',
'hello'], $result);
58 $result = $parallel->applyTo(
new Ok(
'hello'));
60 $this->assertEquals([
'hello',
'hello'], $result->value());
65 $this->expectNotToPerformAssertions();
69 $result = $parallel->transform(42.0);
87 $result = $parallel->applyTo(
new Ok(42));
89 $this->assertTrue($result->isError());
94 $this->expectNotToPerformAssertions();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A result encapsulates a value or an error and simplifies the handling of those.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...