identityPojo

fun identityPojo(javaObject: Any?): AvailObject

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

Return

The new Avail pojo.

Parameters

javaObject

A Java Object, possibly null.