final |
---|
Methods | ||
---|---|---|
public
static
|
createYes(): self
|
# |
public
static
|
createNo(): self
|
# |
public
static
|
createMaybe(): self
|
# |
public
static
|
createFromBoolean(bool $value): self
|
# |
public
|
yes(): bool
|
# |
public
|
maybe(): bool
|
# |
public
|
no(): bool
|
# |
public
|
toBooleanType(): BooleanType
|
# |
public
|
and(self ...$operands): self
|
# |
public
|
lazyAnd<T>(T[] $objects, callable(T): self $callback): self
|
# |
public
|
or(self ...$operands): self
|
# |
public
|
lazyOr<T>(T[] $objects, callable(T): self $callback): self
|
# |
public
static
|
extremeIdentity(self ...$operands): self
|
# |
public
static
|
lazyExtremeIdentity<T>(T[] $objects, callable(T): self $callback): self
|
# |
public
static
|
maxMin(self ...$operands): self
|
# |
public
static
|
lazyMaxMin<T>(T[] $objects, callable(T): self $callback): self
|
# |
public
|
negate(): self
|
# |
public
|
equals(self $other): bool
|
# |
public
|
compareTo(self $other): ?self
|
# |
public
|
describe(): string
|
# |