| 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,V> Stream<Product.Product3<T,U,V>> |
Product.of(@NotNull Collection<T> ts,
@NotNull Collection<U> us,
@NotNull Collection<V> vs)
Creates and returns the cartesian product of the given elements by applying a default
Product3 constructor to each tuple.
|
static <T,U,V> Stream<Product.Product3<T,U,V>> |
Product.of(@NotNull Stream<T> ts,
@NotNull Stream<U> us,
@NotNull Stream<V> vs)
Creates and returns the cartesian product of the given elements by applying a default
Product3 constructor to each tuple.
|
Copyright © 2023. All rights reserved.