]> gerrit.simantics Code Review - simantics/3d.git/blob - G3D/SCLUtil.scl
Remove dependencies on log4j
[simantics/3d.git] / G3D / SCLUtil.scl
1
2 importJava "org.simantics.g3d.scl.SCLUtil" where
3   
4   javaSafeCoerce :: Typeable b => a -> Maybe b
5   javaIsInstanceOf :: Typeable b => a -> Boolean
6   
7