Created

openai4s.types.chat.Response.Created
object Created extends Newtype[Instant]

Attributes

Graph
Supertypes
trait Newtype[Instant]
trait NewtypeBase[Instant]
class Object
trait Matchable
class Any
Self type
Created.type

Members list

Type members

Inherited types

override opaque type Type

Attributes

Inherited from:
Newtype

Value members

Inherited methods

def apply(a: Instant): Type

Attributes

Inherited from:
Newtype
override def deriving[F[*]](using fa: F[Instant]): F[Type]

Attributes

Definition Classes
Newtype -> NewtypeBase
Inherited from:
Newtype
def unapply(typ: Type): Some[A]

Attributes

Inherited from:
Newtype

Givens

Givens

inline given createdDecoder: Decoder[Created]
inline given createdEncoder: Encoder[Created]
given createdEq: Eq[Created]
given createdRender: Render[Created]
given createdShow: Show[Created]

Inherited givens

given newRefinedCanEqual: CanEqual[Type, Type]

Attributes

Inherited from:
NewtypeBase
inline given unwrap: Coercible[Type, A]

Attributes

Inherited from:
NewtypeBase
inline given unwrapTC[F[*]]: Coercible[F[Type], F[A]]

Attributes

Inherited from:
NewtypeBase
inline given wrap: Coercible[A, Type]

Attributes

Inherited from:
Newtype
inline given wrapTC[F[*]]: Coercible[F[A], F[Type]]

Attributes

Inherited from:
Newtype

Extensions

Inherited extensions

extension [B](typ: Type)
def toValue(using coercibleA2B: Coercible[Instant, B]): B

Attributes

Inherited from:
NewtypeBase
extension (typ: Type)
inline override def value: A

Attributes

Definition Classes
Newtype -> NewtypeBase
Inherited from:
Newtype