All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.laminext.syntax.FutureOfEitherSyntax.scala Maven / Gradle / Ivy

The newest version!
package io.laminext.syntax

import io.laminext.core.ops.future.FutureOfEitherOps

import scala.concurrent.Future

trait FutureOfEitherSyntax {

  implicit def syntaxFutureOfEither[A, B](f: => Future[Either[A, B]]): FutureOfEitherOps[A, B] = new FutureOfEitherOps[A, B](f)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy