FromInput

com.rallyhealth.weepickle.v1.core.FromInput
trait FromInput

Input data, ready to push through a Visitor.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def transform[T](to: Visitor[_, T]): T

Concrete methods

def validate[T](to: Visitor[_, T]): Try[T]