Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12946140
Result.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
411 B
Referenced Files
None
Subscribers
None
Result.php
View Options
<?php
namespace
Keruald\OmniTools\DataTypes\Result
;
abstract
class
Result
{
public
abstract
function
isOK
()
:
bool
;
public
abstract
function
isError
()
:
bool
;
public
abstract
function
getValue
()
:
mixed
;
public
abstract
function
map
(
callable
$callable
)
:
self
;
public
abstract
function
mapErr
(
callable
$callable
):
self
;
public
abstract
function
orElse
(
mixed
$default
)
:
mixed
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Nov 18, 18:07 (1 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3139388
Default Alt Text
Result.php (411 B)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment