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

io.laminext.fetch.ops.FetchEventStreamBuilderOps.scala Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version
package io.laminext.fetch
package ops

class FetchEventStreamBuilderOps(underlying: FetchEventStreamBuilder) {

  def body(body: ToRequestBody): FetchEventStreamBuilder = underlying.setBody(body)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy