FromRecord

trait FromRecord[T]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def fromRecord(record: Record): Either[Throwable, T]