Uses of Interface
de.redsix.dmncheck.util.TriFunction
-
Packages that use TriFunction Package Description de.redsix.dmncheck.util -
-
Uses of TriFunction in de.redsix.dmncheck.util
Methods in de.redsix.dmncheck.util with parameters of type TriFunction Modifier and Type Method Description static <A,B,C,D>
Stream<D>Util. zip(Stream<? extends A> a, Stream<? extends B> b, Stream<? extends C> c, TriFunction<? super A,? super B,? super C,? extends D> zipper)
-