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 WrapperGuardExceptionprotected void guardCall(java.lang.Object[] scopes)
throws GuardException
GuardExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2012. All Rights Reserved.