Boxed

class Boxed()

Constructors

Properties

Methods


Constructors

Boxed.constructor(value)
Arguments:
  • value (T()) – None
Return type:

Boxed()

Properties

Boxed.__Boxed
Type:PhantomMember
Boxed.value
Type:T

Methods

static create

Boxed.create(value)
Arguments:
  • value (T()) – None
Return type:

Boxed() <T>