public abstract class Merger extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> com.google.common.collect.ImmutableList<T> |
merge(Iterable<? extends T> left,
Iterable<? extends T> right,
com.google.common.base.Equivalence<? super T> matcher,
Foldleft<? super T,T> fold) |
static <T> com.google.common.collect.ImmutableList<T> |
remove(Iterable<? extends T> src,
com.google.common.base.Predicate<? super T> matcher,
com.google.common.base.Function<T,com.google.common.base.Optional<T>> transformation) |
public static <T> com.google.common.collect.ImmutableList<T> merge(Iterable<? extends T> left, Iterable<? extends T> right, com.google.common.base.Equivalence<? super T> matcher, Foldleft<? super T,T> fold)
public static <T> com.google.common.collect.ImmutableList<T> remove(Iterable<? extends T> src, com.google.common.base.Predicate<? super T> matcher, com.google.common.base.Function<T,com.google.common.base.Optional<T>> transformation)
Copyright © 2014. All Rights Reserved.