@FunctionalInterface public interface _booleanReference
| Modifier and Type | Interface and Description |
|---|---|
static class |
_booleanReference.Default |
static class |
_booleanReference.False |
static class |
_booleanReference.True |
| Modifier and Type | Method and Description |
|---|---|
static _booleanReference |
False() |
boolean |
get() |
static _booleanReference |
New(boolean value) |
static _booleanReference |
True() |
boolean get()
static _booleanReference True()
static _booleanReference False()
static _booleanReference New(boolean value)
Copyright © 2022 MicroStream Software. All rights reserved.