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

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

The newest version!
package io.laminext.syntax

import io.laminext.core.FutureChildReceiver
import io.laminext.core.FutureChildrenReceiver

trait ReceiversSyntax {

  val futureChild: FutureChildReceiver.type = FutureChildReceiver

  val futureChildren: FutureChildrenReceiver.type = FutureChildrenReceiver

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy