utils
/
it.unibo.tuprolog.utils
/
Castable
common
Castable
interface
Castable
<
T
:
Castable
<
T
>>
Content copied to clipboard
A type for all object which can be down-casted via explicit methods
Functions
Functions
as
Link copied to clipboard
common
open fun <
U
:
T
>
as
():
U
?
Content copied to clipboard
Casts the current object to
U
, if possible, or returns
null
otherwise
castTo
Link copied to clipboard
common
open fun <
U
:
T
>
castTo
():
U
Content copied to clipboard
Down-casts the current object to
U
, if possible