Package com.identityworksllc.iiq.common
Class Functions.OtobWrapper
- java.lang.Object
 - 
- com.identityworksllc.iiq.common.Functions.OtobWrapper
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanapply(Object o)static Functions.OtobWrapperget()Gets an instance of OtobWrapper.booleantest(Object o) 
 - 
 
- 
- 
Method Detail
- 
get
public static Functions.OtobWrapper get()
Gets an instance of OtobWrapper.At this time, this is a Singleton object, but you should not depend on that behavior.
- Returns:
 - an 
Functions.OtobWrapperobject 
 
 - 
 
 -