public class Iterables
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> java.lang.Iterable<T> |
distinct(java.util.Set<? extends T> first,
java.lang.Iterable<? extends T> second) |
static <T,R> java.lang.Iterable<R> |
distinct(java.util.Set<? extends T> first,
java.lang.Iterable<? extends T> second,
java.util.function.Function<? super T,? extends R> mapper) |
public static <T> java.lang.Iterable<T> distinct(java.util.Set<? extends T> first,
java.lang.Iterable<? extends T> second)
public static <T,R> java.lang.Iterable<R> distinct(java.util.Set<? extends T> first,
java.lang.Iterable<? extends T> second,
java.util.function.Function<? super T,? extends R> mapper)
Copyright (c) aQute SARL (2000, 2018) and others. All Rights Reserved.