| Package | Description |
|---|---|
| net.openhft.chronicle.core.io | |
| net.openhft.chronicle.core.threads | |
| net.openhft.chronicle.core.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
ValidatableUtil.requireNonNull(Object tested,
String name)
requires that a reference not be null, or throw an InvalidMarshallableException with an appropriate message
|
static void |
ValidatableUtil.requireTrue(boolean test,
String msg)
requires a test flag be true, otherwise throw an InvalidMarshallableException with the message provided
|
void |
Validatable.validate()
Validates the state of the object.
|
static <T> T |
ValidatableUtil.validate(T t)
Check an object is valid if it implements
Validatable. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CancellableTimer.ScheduledEventHandler.action() |
boolean |
VanillaEventHandler.action()
Performs a unit of work on the event loop thread.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
AbstractInvocationHandler.doInvoke(Object proxy,
Method method,
Object[] args)
Handles the actual invocation of the method.
|
V |
ThrowingSupplier.get()
Gets a result.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.