gpt4 book ai didi

scala - 将 Either[L, R] 转换为 L 和 R 的公共(public)父类(super class)型的值

转载 作者:行者123 更新时间:2023-12-04 05:43:37 25 4
gpt4 key购买 nike

如果我有一个 Either[A, B] 类型的值,其中 A extends TB extends T,我该如何最容易获得 T 类型的值?还有比模式匹配更优雅的吗?

最佳答案

使用合并:

val e: Either[A, B] = ???
val result: T = e.merge

关于scala - 将 Either[L, R] 转换为 L 和 R 的公共(public)父类(super class)型的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38202599/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com