kluck
Option<MyType>(...).filter { it is MySubType }.map { it as MySubType ... // no more casting problem }