ProtoableBuilder

class ProtoableBuilder[S, P <: Message]()
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

inline
def build: Protoable[S, P]
inline
def setField[SF, PF](inline protoFieldSelector: P => PF, inline value: S => SF): ProtoableBuilder[S, P]
inline
def setFieldValue[SF, PF](inline protoFieldSelector: P => PF, inline value: SF): ProtoableBuilder[S, P]