CombinedWrapper

case class CombinedWrapper[-R](wrappers: List[Wrapper[R]]) extends Wrapper[R]

Wrapper that combines multiple wrappers.

Value parameters:
wrappers

a list of wrappers

trait Serializable
trait Product
trait Equals
trait Wrapper[R]
trait GraphQLAspect[Nothing, R]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def |+|[R1 <: R](that: Wrapper[R1]): Wrapper[R1]
Definition Classes

Inherited methods

def @@[LowerR1, UpperR1 <: R](other: GraphQLAspect[LowerR1, UpperR1]): GraphQLAspect[LowerR1, UpperR1]
Inherited from:
GraphQLAspect
def apply[R1 <: R](that: GraphQL[R1]): GraphQL[R1]
Inherited from:
Wrapper
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product