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

io.frontroute.internal.Util.scala Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
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)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy