Finished

cue4s.Completion.Finished
final case class Finished[+Result](value: Result)

Members list

Value members

Inherited methods

def getOrThrow: Result

Attributes

Inherited from:
Completion
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toEither: Either[CompletionError, Result]

Attributes

Inherited from:
Completion
def toOption: Option[Result]

Attributes

Inherited from:
Completion