Scala - How to create combined ArrayList of functions with and without parameters

前端 未结 0 809
囚心锁ツ
囚心锁ツ 2021-01-03 15:01

Suppose I have to following:

def f1: Int ( or  def f1(): Int )
def f2 (x: Int): Int
def f3 (x: Int): Int
def f4: Int
...
...

note: \'Int\' he

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