Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12946114
Option.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
348 B
Referenced Files
None
Subscribers
None
Option.php
View Options
<?php
namespace
Keruald\OmniTools\DataTypes\Option
;
abstract
class
Option
{
public
abstract
function
isSome
()
:
bool
;
public
abstract
function
isNone
()
:
bool
;
public
abstract
function
getValue
()
:
mixed
;
public
abstract
function
map
(
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 (4 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3139851
Default Alt Text
Option.php (348 B)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment