Fork me on GitHub
#java
<
2020-11-19
>
emccue21:11:14

@admin055 Last night I woke up and realized - hey that .state method might be the problem

emccue21:11:07

since it just returns Object and is some magic on there

emccue21:11:27

so I'd use definterface and make a deftype that implements that interface

emccue21:11:47

or, just write a java class and call namespace methods yourself

emccue21:11:01

at least that will be explicit