All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hackernews4s.v0.User.scala Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package hackernews4s.v0

import org.joda.time.DateTime

case class User(
  id: UserId,
  about: Option[String],
  delay: Long,
  createdAt: DateTime,
  karma: Long,
  submitted: Seq[ItemId])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy