类 Either<L,​R>


  • public class Either<L,​R>
    extends Object
    作者:
    youta
    • 字段详细资料

      • left

        private final L left
      • right

        private final R right
    • 构造器详细资料

      • Either

        private Either​(L left,
                       R right)