Class EitherExtensions.RichEither<E extends java.lang.Throwable,​S>

  • Enclosing class:
    EitherExtensions

    public static class EitherExtensions.RichEither<E extends java.lang.Throwable,​S>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RichEither​(scala.concurrent.Future<scala.util.Either<E,​S>> value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.concurrent.Future<S> toFuture​(scala.concurrent.ExecutionContext ec)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RichEither

        public RichEither​(scala.concurrent.Future<scala.util.Either<E,​S>> value)
    • Method Detail

      • toFuture

        public scala.concurrent.Future<S> toFuture​(scala.concurrent.ExecutionContext ec)