Uses of Interface
com.diasparsoftware.java.util.ExceptionalClosure

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.
 



Copyright © 2003-2004 Diaspar Software Services, Inc.. All Rights Reserved.