Skip to content

Comparable

github-actions edited this page Apr 24, 2026 · 1 revision

  • Full name: \FastForward\Enum\Trait\Comparable

Methods

is

public is(self $other): bool

Parameters:

Parameter Type Description
$other self

isNot

public isNot(self $other): bool

Parameters:

Parameter Type Description
$other self

in

public in(list<self> $cases): bool

Parameters:

Parameter Type Description
$cases list

notIn

public notIn(list<self> $cases): bool

Parameters:

Parameter Type Description
$cases list

Clone this wiki locally