|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionalClosure | |
com.diasparsoftware.java.util |
Uses of ExceptionalClosure in com.diasparsoftware.java.util |
Classes in com.diasparsoftware.java.util that implement ExceptionalClosure | |
class |
ExceptionalMapEntryClosure
|
Methods in com.diasparsoftware.java.util with parameters of type ExceptionalClosure | |
static void |
CollectionUtil.forEachDoIgnoreException(java.util.Collection collection,
ExceptionalClosure closure)
Executes closure for each element in the
specified collection, ignoring any thrown exceptions. |
static void |
CollectionUtil.forEachDo(java.util.Collection collection,
ExceptionalClosure closure)
The first exception stops the iteration. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |