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

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

The newest version!
package io.laminext.syntax

import com.raquo.laminar.api.L._
import io.laminext.core.ops.stream.EventStreamOfEitherOps

trait EventStreamOfEitherSyntax {

  implicit def syntaxEventStreamOfEither[A, B](
    s: EventStream[Either[A, B]]
  ): EventStreamOfEitherOps[A, B] = new EventStreamOfEitherOps[A, B](s)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy