EventStreamOfFetchResponseOps

io.laminext.fetch.ops.EventStreamOfFetchResponseOps
class EventStreamOfFetchResponseOps[A](underlying: EventStream[FetchResponse[A]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def data: EventStream[A]
def mapData[B](project: A => B): EventStream[B]
def okay: EventStream[Boolean]
def status: EventStream[Int]