Contramap

gql.server.interpreter.Continuation$.Contramap
final case class Contramap[F[_], I, I2](f: I2 => I, next: Continuation[F, I]) extends Continuation[F, I2]

Attributes

Source
Continuation.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Continuation[F, I2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def contramap[I2](f: I2 => I2): Continuation[F, I2]

Attributes

Inherited from:
Continuation
Source
Continuation.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product