Applying logical and to list of boolean values

后端 未结 4 1203
囚心锁ツ
囚心锁ツ 2021-02-05 07:01

Consider the following list of Boolean values in Scala

List(true, false, false, true)

How would you using either foldRight or foldLeft emulate

4条回答
提交回复
热议问题