Uses of Interface
it.tidalwave.util.As
-
Packages that use As Package Description it.tidalwave.util -
-
Uses of As in it.tidalwave.util
Methods in it.tidalwave.util that return As Modifier and Type Method Description static As
As. forObject(java.lang.Object object)
Creates anAs
implementation delegate for the given object (or returns the object itself if it is the default implementation ofAs
).static As
As. forObject(java.lang.Object object, java.lang.Object role)
Creates anAs
implementation delegate for the given object.static As
As. forObject(java.lang.Object object, java.util.Collection<java.lang.Object> roles)
Creates anAs
implementation delegate for the given object.
-