NBTDerivation

class Object
trait Matchable
class Any

Type members

Classlikes

Companion
class
Companion
object

Value members

Concrete methods

inline
def createProductView[A](using gen: HKDProductGeneric[A], codecs: Gen[NBTDerivationCodec]): NBTViewCompound[A]
inline
def createSumView[A](using gen: HKDSumGeneric[A], codecs: Gen[NBTDerivationCodec]): NBTViewCompound[A]
inline
def createView[A](using gen: HKDGeneric[A], codecs: Gen[NBTDerivationCodec]): NBTViewCompound[A]