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

izumi.idealingua.model.common.StreamDirection.scala Maven / Gradle / Ivy

The newest version!
package izumi.idealingua.model.common

sealed trait StreamDirection

object StreamDirection {
  case object ToServer extends StreamDirection
  case object ToClient extends StreamDirection
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy