- union(Iterable<? extends T>) - Method in interface com.github.javactic.Every
-
Produces a new Every that contains all elements of this Every and
all elements of a given Iterable.
- unzip(Function<? super T, Tuple2<? extends L, ? extends R>>) - Method in interface com.github.javactic.Every
-
Converts this Every of pairs into two Everys of the first and second half
of each pair.
- unzip3(Function<? super T, Tuple3<? extends L, ? extends M, ? extends R>>) - Method in interface com.github.javactic.Every
-
Converts this Every of triples into three Everys of the first, second,
and and third element of each triple.
- updated(int, T) - Method in interface com.github.javactic.Every
-
A copy of this Every with one single replaced element.