-
Notifications
You must be signed in to change notification settings - Fork 0
Comparable
github-actions edited this page Apr 24, 2026
·
1 revision
- Full name:
\FastForward\Enum\Trait\Comparable
public is(self $other): boolParameters:
| Parameter | Type | Description |
|---|---|---|
$other |
self |
public isNot(self $other): boolParameters:
| Parameter | Type | Description |
|---|---|---|
$other |
self |
public in(list<self> $cases): boolParameters:
| Parameter | Type | Description |
|---|---|---|
$cases |
list |
public notIn(list<self> $cases): boolParameters:
| Parameter | Type | Description |
|---|---|---|
$cases |
list |