public class GuardedWrapper extends java.lang.Object implements Wrapper
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Predicate<java.lang.Object[]>[] |
guard |
Constructor and Description |
---|
GuardedWrapper(com.google.common.base.Predicate<java.lang.Object[]>[] guard) |
public GuardedWrapper(com.google.common.base.Predicate<java.lang.Object[]>[] guard)
public java.lang.Object call(java.lang.Object[] scopes) throws GuardException
call
in interface Wrapper
GuardException
protected void guardCall(java.lang.Object[] scopes) throws GuardException
GuardException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2012. All Rights Reserved.