Uses of Class
org.apache.commons.functor.core.IsNull

Packages that use IsNull
org.apache.commons.functor.core Commonly used functor implementations. 
 

Uses of IsNull in org.apache.commons.functor.core
 

Fields in org.apache.commons.functor.core declared as IsNull
static IsNull<Object> IsNull.INSTANCE
          Basic IsNull instance.
 

Methods in org.apache.commons.functor.core that return IsNull
static
<T> IsNull<T>
IsNull.instance()
          Get an IsNull instance.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.