public class Iterables extends Object
Iterables()
static <T> boolean
exists(Iterable<T> input, Predicate<T> condition)
forall(Iterable<T> input, Predicate<T> condition)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Iterables()
public static <T> boolean exists(Iterable<T> input, Predicate<T> condition)
public static <T> boolean forall(Iterable<T> input, Predicate<T> condition)
Copyright © 2015. All rights reserved.