com.atlassian.jira.util.collect
Class CloseableIterator.Functions

java.lang.Object
  extended by com.atlassian.jira.util.collect.CloseableIterator.Functions
Enclosing interface:
CloseableIterator<E>

public static final class CloseableIterator.Functions
extends Object


Method Summary
static
<T> void
foreach(CloseableIterator<T> iterator, Consumer<T> consumer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

foreach

public static <T> void foreach(CloseableIterator<T> iterator,
                               Consumer<T> consumer)


Copyright © 2002-2010 Atlassian. All Rights Reserved.