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

io.frontroute.RouteResult.scala Maven / Gradle / Ivy

The newest version!
package io.frontroute

import com.raquo.airstream.core.EventStream

sealed trait RouteResult extends Product with Serializable

object RouteResult {
  final case class Complete(state: RoutingState, action: EventStream[() => Unit]) extends RouteResult
  case object Rejected                                                            extends RouteResult
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy