DirectivePartBuilder

Represents a single part (argument, field or body) of a directive.

class Object
trait Matchable
class Any

Value members

Concrete methods

def evalMap[B](f: A => Either[String, B]): DirectivePartBuilder[B]
def map[B](f: A => B): DirectivePartBuilder[B]

Inherited methods

@unspecialized
Inherited from:
Function1
Inherited from:
Function1
@unspecialized
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1