gql-server--goi
0.2.5
gql-server--goi
API
gql.goi
GlobalID
GlobalID
Goi
IDCodec
IDCodec
Node
Node
codec
dsl
GlobalIDOps
InterfaceGOIOps
gql-server--goi
/
gql.goi
/
IDCodec
IDCodec
gql.goi.IDCodec$
See the
IDCodec
companion trait
object
IDCodec
Attributes
Companion:
trait
Source:
IDCodec.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
IDCodec
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
apply
[
A
](
codecs
:
Type
[
String
],
decode
:
Array
[
String
]
=>
ValidatedNec
[
String
,
A
],
encode
:
A
=>
Type
[
String
]):
IDCodec
[
A
]
Attributes
Source:
IDCodec.scala
def
make
[
A
](
decode
:
String
=>
Either
[
String
,
A
],
encode
:
A
=>
String
,
name
:
String
):
IDCodec
[
A
]
Attributes
Source:
IDCodec.scala
Implicits
Implicits
implicit
val
booleanInstance
:
IDCodec
[
Boolean
]
Attributes
Source:
IDCodec.scala
implicit
val
dateInstance
:
IDCodec
[
LocalDate
]
Attributes
Source:
IDCodec.scala
implicit
val
doubleInstance
:
IDCodec
[
Double
]
Attributes
Source:
IDCodec.scala
implicit
val
floatInstance
:
IDCodec
[
Float
]
Attributes
Source:
IDCodec.scala
implicit
val
intInstance
:
IDCodec
[
Int
]
Attributes
Source:
IDCodec.scala
implicit lazy
val
invariantSemigroupalForIdCodec
:
InvariantSemigroupal
[
IDCodec
]
Attributes
Source:
IDCodec.scala
implicit
val
longInstance
:
IDCodec
[
Long
]
Attributes
Source:
IDCodec.scala
implicit
val
stringInstance
:
IDCodec
[
String
]
Attributes
Source:
IDCodec.scala
implicit
val
uuidInstance
:
IDCodec
[
UUID
]
Attributes
Source:
IDCodec.scala