deaktator.pops

fn

package fn

This package provides definitions necessary create accessor functions that can extract data from Protocol Buffer instances using PB's reflection APIs.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. fn
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Caster[A <: GeneratedMessage, B] extends Serializable

    A caster takes the untyped value returned by the PB reflection APIs and provides a typesafe value.

  2. sealed trait ProtoAccessor[A <: GeneratedMessage, B] extends (A) ⇒ B with Serializable

    A representation of an accessor function whose domain is something extending Protocol Buffers' GenerateMessage.

Value Members

  1. object ProtoAccessor extends Serializable

    Contains either and option factory methods to produce ProtoAccessor from string-based paths.

Inherited from AnyRef

Inherited from Any

Ungrouped