Uses of Interface
org.littleshoot.util.Closure

Packages that use Closure
org.littleshoot.util   
 

Uses of Closure in org.littleshoot.util
 

Methods in org.littleshoot.util with parameters of type Closure
<T> void
OptionalUtilsImpl.executeOnSome(Optional<T> optional, Closure<T> closure)
          Executes a given closure on an optional object.
<T> void
OptionalUtils.executeOnSome(Optional<T> optional, Closure<T> closure)
          Executes a given closure on an optional object.
<T> void
CollectionUtilsImpl.forAllDo(Collection<? extends T> collection, Closure<T> closure)
          Executes the specified Closure on all elements of the Collection.
<T> void
CollectionUtils.forAllDo(Collection<? extends T> collection, Closure<T> closure)
          Executes the specified Closure on all elements of the Collection.
<T> void
CollectionUtilsImpl.forAllDoSynchronized(Collection<? extends T> collection, Closure<T> closure)
          Executes the specified Closure on all elements of the Collection.
<T> void
CollectionUtils.forAllDoSynchronized(Collection<? extends T> collection, Closure<T> closure)
          Executes the specified Closure on all elements of the Collection.
 



Copyright © 2011-2013 LittleShoot. All Rights Reserved.