Packages

package utils

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Builder[T] extends AnyRef

    Adapter typeclass for building trees of type T that encode a subset of json, required for k8s objects

  2. abstract class Decoder[T, +R] extends AnyRef
  3. implicit final class DecoderOps[T] extends AnyVal
  4. trait Encoder[R, T] extends Serializable
  5. implicit final class EncoderOps[R] extends AnyVal
  6. final case class ObjectReader[T](fields: Iterable[(String, T)])(implicit reader: Reader[T]) extends Product with Serializable
  7. final case class ObjectWriter[T](fields: List[(String, T)] = Nil) extends AnyVal with Product with Serializable
  8. trait Reader[T] extends AnyRef

Value Members

  1. object Builder
  2. object Decoder
  3. object Encoder extends Serializable
  4. object ObjectReader extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped