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 Boolean
apply(Object o)
static Functions.OtobWrapper
get()
Gets an instance of OtobWrapper.boolean
test(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.OtobWrapper
object
-
-