Packages

object StrictApplicativeAlgebra

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StrictApplicativeAlgebra
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[F[_], E](implicit alg: StrictApplicativeAlgebra[F, E]): StrictApplicativeAlgebra[F, E]
  2. implicit object eitherAlg extends StrictApplicativeAlgebra[[β$2$]Either[String, β$2$], String]
  3. implicit object eitherNecAlg extends StrictApplicativeAlgebra[[β$4$]Either[Type[String], β$4$], NonEmptyChain[String]]
  4. implicit object optionAlg extends StrictApplicativeAlgebra[Option, Unit]
  5. implicit object validatedAlg extends StrictApplicativeAlgebra[[β$0$]Validated[Type[String], β$0$], NonEmptyChain[String]]