doubleEncoder

besom.internal.Encoder.doubleEncoder
object doubleEncoder extends Encoder[Double]

Attributes

Graph
Supertypes
trait Encoder[Double]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Serializes the given object to gRPC value and Pulumi Metadata

Serializes the given object to gRPC value and Pulumi Metadata

Attributes

Inherited methods

def contramap[B](f: B => Double): Encoder[B]

Attributes

Inherited from:
Encoder