Companion

object Companion

Functions

Link copied to clipboard
fun equalityPojo(javaObject: Any): AvailObject

Create a new AvailObject that wraps the specified Java Object for equality-based comparison semantics.

Link copied to clipboard
fun identityPojo(javaObject: Any?): AvailObject

Create a new AvailObject that wraps the specified Java Object for identity-based comparison semantics.

Link copied to clipboard

Answer the null raw pojo.

Link copied to clipboard

Answer a raw pojo for Object's class.