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

Members list

Concise view

Value members

Concrete methods

inline def asJsonResource(using evidence$2: Addressable[R]): Resource
Extension method from Resource

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product