What will be the result of applying combine to semigroup of type Option[Int]]
import cats.implicits._
import cats.kernel.Semigroup

Semigroup[Option[Int]].combine(Option(1), Option(2))
Explanation
Since both Options are non-empty, the combine function of Semigroup[Int] is applied, which is sum of Ints.

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по Scala
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты