com.github.mustachejava.reflect
Class NullGuard

java.lang.Object
  extended by com.github.mustachejava.reflect.NullGuard
All Implemented Interfaces:
com.google.common.base.Predicate<java.lang.Object[]>

public class NullGuard
extends java.lang.Object
implements com.google.common.base.Predicate<java.lang.Object[]>


Constructor Summary
NullGuard()
           
 
Method Summary
 boolean apply(java.lang.Object[] objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

NullGuard

public NullGuard()
Method Detail

apply

public boolean apply(@Nullable
                     java.lang.Object[] objects)
Specified by:
apply in interface com.google.common.base.Predicate<java.lang.Object[]>


Copyright © 2012. All Rights Reserved.