Class Either<L,​R>


  • public class Either<L,​R>
    extends Object
    Author:
    Denis Danilin | me@loslobos.ru 15.02.2023 12:30 FairHttpService ☭ sweat and blood
    • Method Detail

      • Left

        public static <L,​R> Either<L,​R> Left​(L value)
      • Right

        public static <L,​R> Either<L,​R> Right​(R value)