| Package | Description |
|---|---|
| net.openhft.chronicle.testframework |
This package contains the public API for the chronicle-test-framework library.
|
| Modifier and Type | Method and Description |
|---|---|
<N extends D> |
Delegation.Builder.as(Class<N> type)
Specifies the type the delegate should be viewed as.
|
static <D> Delegation.Builder<Object,D> |
Delegation.of(D delegate)
Creates and returns a new builder for a delegator instance that is using the provided
delegate as a delegate. |
Delegation.Builder<T,D> |
Delegation.Builder.toStringFunction(Function<? super D,String> toStringFunction)
Specifies the {@code tostring()) the view should use.
|
Copyright © 2023. All rights reserved.