com.github.andrewoma.dexx.collection.internal.base
Class Iterables

java.lang.Object
  extended by com.github.andrewoma.dexx.collection.internal.base.Iterables

public class Iterables
extends Object


Constructor Summary
Iterables()
           
 
Method Summary
static
<E,U> void
forEach(Iterable<E> iterable, Function<E,U> f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Iterables

public Iterables()
Method Detail

forEach

public static <E,U> void forEach(Iterable<E> iterable,
                                 Function<E,U> f)


Copyright © 2014. All Rights Reserved.