Utils

caliban.validation.Utils$
object Utils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Utils.type

Members list

Concise view

Type members

Classlikes

object syntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
syntax.type

Value members

Concrete methods

def cross[A](a: Iterable[A]): Chunk[(A, A)]
def cross[A](a: Iterable[A], b: Iterable[A]): Chunk[(A, A)]
def getFields(t: `__Type`): Option[List[`__Field`]]
def getType(t: Option[NamedType], parentType: `__Type`, context: Context): `__Type`
def getType(t: NamedType, context: Context): Option[`__Type`]
def isAbstract(t: `__Type`): Boolean
def isComposite(t: `__Type`): Boolean
def isConcrete(t: `__Type`): Boolean
def isEnum(t: `__Type`): Boolean
def isInterface(t: `__Type`): Boolean
def isLeafType(t: `__Type`): Boolean
def isListType(t: `__Type`): Boolean
def isNonNull(t: `__Type`): Boolean
def isObjectType(t: `__Type`): Boolean
def isScalar(t: `__Type`): Boolean
def isUnion(t: `__Type`): Boolean