public interface Flag
| Modifier and Type | Interface and Description |
|---|---|
static class |
Flag.Simple |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOff() |
boolean |
isOn() |
static Flag |
New() |
static Flag |
New(boolean state) |
boolean |
off() |
boolean |
on() |
boolean |
set(boolean state) |
boolean |
toggle() |
Copyright © 2022 MicroStream Software. All rights reserved.