Cursor

trait Cursor[A]

A trait representing an abstract Relay Connection cursor.

Companion:
object
class Object
trait Matchable
class Any

Type members

Types

type T

Value members

Abstract methods

def decode(s: String): Either[String, A]
def encode(a: A): String
def value(cursor: A): T