poppet.core

package poppet.core

Members list

Concise view

Type members

Classlikes

trait Codec[A, B]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Codec

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Codec.type
class CodecFailure[I](message: String, val data: I, e: Throwable) extends Failure

Attributes

Graph
Supertypes
class Failure
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
trait CodecK[F[_], G[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object CodecK

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CodecK.type
class Failure(message: String, e: Throwable) extends Exception

Attributes

Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class CodecFailure[I]
trait FailureHandler[F[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class Request[I](service: String, method: String, arguments: Map[String, I])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Response[I](value: I)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any