sbt.util

package sbt.util

Members list

Type members

Classlikes

trait Applicative[F[_]] extends Apply[F]

Attributes

Companion
object
Supertypes
trait Apply[F]
trait Functor[F]
class Object
trait Matchable
class Any
Known subtypes
trait Monad[F]
trait Selective[F]
object Applicative

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait Apply[F[_]] extends Functor[F]

Attributes

Companion
object
Supertypes
trait Functor[F]
class Object
trait Matchable
class Any
Known subtypes
trait Applicative[F]
trait Monad[F]
trait Selective[F]
trait FlatMap[F]
object Apply

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Apply.type
trait FlatMap[F[_]] extends Apply[F]

Attributes

Companion
object
Supertypes
trait Apply[F]
trait Functor[F]
class Object
trait Matchable
class Any
Known subtypes
trait Monad[F]
object FlatMap

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
FlatMap.type
trait Functor[F[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Apply[F]
trait Applicative[F]
trait Monad[F]
trait Selective[F]
trait FlatMap[F]
object Functor

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Functor.type
trait Monad[F[_]] extends FlatMap[F], Applicative[F]

Attributes

Companion
object
Supertypes
trait Applicative[F]
trait FlatMap[F]
trait Apply[F]
trait Functor[F]
class Object
trait Matchable
class Any
Show all
object Monad

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Monad.type
final case class NoJsonWriter[A]() extends OptJsonWriter[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait OptJsonWriter[A]
class Object
trait Matchable
class Any
Show all
sealed trait OptJsonWriter[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class NoJsonWriter[A]
class SomeJsonWriter[A]
object OptJsonWriter extends OptJsonWriter0

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object OptJsonWriter.type
trait Selective[F[_]] extends Applicative[F]

Attributes

Supertypes
trait Applicative[F]
trait Apply[F]
trait Functor[F]
class Object
trait Matchable
class Any
Show all
trait Show[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Show

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Show.type
final case class SomeJsonWriter[A](value: JsonWriter[A]) extends OptJsonWriter[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait OptJsonWriter[A]
class Object
trait Matchable
class Any
Show all