Complex Sum Type in Scala

后端 未结 0 653
臣服心动
臣服心动 2020-12-12 04:07

I have the following Type that i need to model:

sealed trait FieldType
    case object INT extends FieldType
    case object UINT extends FieldType
    case o         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题