| Package | Description |
|---|---|
| net.openhft.chronicle.testframework |
This package contains the public API for the chronicle-test-framework library.
|
| 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 the cartesian product of the given elements by applying a default
Product2 constructor to each tuple.
|
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 the provided
constructors to each tuple. |
Copyright © 2023. All rights reserved.