AsArray

object AsArray

Utilities and instances for AsArray.

Companion:
class
Source:
Encoder.scala
class Object
trait Matchable
class Any
AsArray.type

Value members

Concrete methods

final def apply[A](implicit instance: AsArray[A]): AsArray[A]

Return an instance for a given type.

Return an instance for a given type.

Source:
Encoder.scala
final def instance[A](f: A => Vector[Json]): AsArray[A]

Construct an instance from a function.

Construct an instance from a function.

Source:
Encoder.scala

Implicits

Implicits

Inherited implicits

final implicit def importedAsArrayEncoder[A](implicit exported: Exported[AsArray[A]]): AsArray[A]
Inherited from:
LowPriorityAsArrayEncoders (hidden)
Source:
Encoder.scala