Of

io.funkode.resource.model.Resource$.Of
case class Of[R](urn: Urn, body: IO[ResourceError, R], etag: Option[Etag], links: ResourceLinks)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline def asJsonResource: Resource
Extension method from Resource

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product