Package

qiitascala

Permalink

package qiitascala

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. qiitascala
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CommandToAction = NaturalTransformation[Command, Action]

    Permalink
  2. type Commands[A] = Free[Command, A]

    Permalink
  3. final case class Comment(body: String, id: String, user: User) extends JsonToString[Comment] with Product with Serializable

    Permalink
  4. final case class Item(body: String, coediting: Boolean, createdAt: String, id: String, isPrivate: Boolean, tags: IList[Item.Tag], title: String, updatedAt: String, user: User) extends JsonToString[Item] with Product with Serializable

    Permalink
  5. class Qiita[F[_]] extends AnyRef

    Permalink
  6. final case class Tag(followersCount: Long, iconUrl: Option[String], id: String, itemsCount: Long) extends JsonToString[Tag] with Product with Serializable

    Permalink
  7. final case class User(description: Option[String], facebookId: Option[String], followeesCount: Long, followersCount: Long, githubLoginName: Option[String], id: String, itemsCount: Long, linkedinId: Option[String], location: Option[String], name: String, organization: Option[String], profileImageUrl: String, twitterScreenName: Option[String], websiteUrl: Option[String]) extends JsonToString[User] with Product with Serializable

    Permalink

Value Members

  1. object BuildInfoQiitaScala extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  2. object Comment extends Serializable

    Permalink
  3. object Item extends Serializable

    Permalink
  4. object Qiita extends Qiita[Command]

    Permalink
  5. object Tag extends Serializable

    Permalink
  6. object User extends Serializable

    Permalink
  7. package commands

    Permalink
  8. val interpreter: CommandToAction

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped