|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Closure | |
|---|---|
| org.littleshoot.util | |
| Uses of Closure in org.littleshoot.util |
|---|
| Methods in org.littleshoot.util with parameters of type Closure | ||
|---|---|---|
|
OptionalUtilsImpl.executeOnSome(Optional<T> optional,
Closure<T> closure)
Executes a given closure on an optional object. |
|
|
OptionalUtils.executeOnSome(Optional<T> optional,
Closure<T> closure)
Executes a given closure on an optional object. |
|
|
CollectionUtilsImpl.forAllDo(Collection<? extends T> collection,
Closure<T> closure)
Executes the specified Closure on all elements of the
Collection. |
|
|
CollectionUtils.forAllDo(Collection<? extends T> collection,
Closure<T> closure)
Executes the specified Closure on all elements of the
Collection. |
|
|
CollectionUtilsImpl.forAllDoSynchronized(Collection<? extends T> collection,
Closure<T> closure)
Executes the specified Closure on all elements of the
Collection. |
|
|
CollectionUtils.forAllDoSynchronized(Collection<? extends T> collection,
Closure<T> closure)
Executes the specified Closure on all elements of the
Collection. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||