| Package | Description |
|---|---|
| net.openhft.chronicle.testframework |
The
net.openhft.chronicle.testframework package provides a collection of utility classes and enums
for various common programming tasks, such as handling closeable resources, generating combinations and permutations,
building delegator instances, managing executor services, handling flaky tests, interacting with garbage collection,
providing network-related functionalities, generating series of numbers, and thread-related functionalities. |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> Stream<Product.Product2<T,U>> |
Product.of(@NotNull Collection<T> ts,
@NotNull Collection<U> us)
Creates and returns a Stream representing the Cartesian product of the given
ts and us collections. |
static <T,U> Stream<Product.Product2<T,U>> |
Product.of(@NotNull Stream<T> ts,
@NotNull Stream<U> us)
Creates and returns the cartesian product of the given elements by applying a default
Product2 constructor to each tuple.
|
Copyright © 2024. All rights reserved.