io.frontroute.internal.Util.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of frontroute_sjs1_2.12 Show documentation
Show all versions of frontroute_sjs1_2.12 Show documentation
Router library based for Laminar with DSL inspired by Akka HTTP.
package io.frontroute
package internal
import com.raquo.airstream.core.EventStream
private[frontroute] object Util {
private[frontroute] def rejected: EventStream[RouteResult] = EventStream.fromValue(RouteResult.Rejected)
}