com.twitter.finagle.postgres.generic.enumeration
Attempt to decode the given bytes with the Postgres data type represented by recv
into T
Attempt to decode the given bytes with the Postgres data type represented by recv
into T
The name of PostgreSQL's receive function for the text's data type
The bytes to be decoded; must be at the correct position (beginning of bytes for this value)
The character set that is being used to communicate with Postgres
A Try encapsulating the decoding attempt
Attempt to decode the given text with the Postgres data type represented by recv
into T
Attempt to decode the given text with the Postgres data type represented by recv
into T
The name of PostgreSQL's receive function for the text's data type
The text to be decoded
A Try encapsulating the decoding attempt
Create a new ValueDecoder which is the composition of this decoder with the given function
Create a new ValueDecoder which is the composition of this decoder with the given function
The type parameter of the new decoder
The function which will transform T
A new ValueDecoder decoding U