| Package | Description |
|---|---|
| de.javagl.common.collections | |
| de.javagl.common.functional |
Utilities related to functional interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,D> List<D> |
Lists.createView(List<A> list0,
List<B> list1,
List<C> list2,
TriFunction<? super A,? super B,? super C,? extends D> function)
Creates a list that is a view on the result of applying the
given function to the elements of the given lists.
|
| Modifier and Type | Method and Description |
|---|---|
default <Z> TriFunction<A,B,C,Z> |
TriFunction.andThen(Function<? super D,? extends Z> after)
Returns a composed function that first applies this function to
its input, and then applies the
after function to the
result. |
Copyright © 2020. All rights reserved.