just.fp

syntax

package syntax

Since

2019-09-21

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. syntax
  2. WriterSyntax
  3. SemiGroupSyntax
  4. EitherSyntax
  5. OptionSyntax
  6. EqualSyntax
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait EitherFunctions extends AnyRef

  2. trait EitherSyntax extends AnyRef

    Annotations
    @SuppressWarnings()
  3. trait EqualSyntax extends AnyRef

    Annotations
    @SuppressWarnings()
  4. trait OptionSyntax extends AnyRef

  5. trait SemiGroupSyntax extends AnyRef

  6. trait WriterSyntax extends AnyRef

Value Members

  1. object EitherOps extends EitherFunctions

  2. object EqualSyntax

  3. object OptionOps

  4. object SemiGroupSyntax

  5. implicit def ToEqualOps[A](eqLeft: A)(implicit arg0: Equal[A]): EqualOps[A]

    Definition Classes
    EqualSyntax
  6. implicit def ToSemiGroupOps[A](a: A)(implicit arg0: SemiGroup[A]): SemiGroupOps[A]

    Definition Classes
    SemiGroupSyntax
    Annotations
    @SuppressWarnings()
  7. object WriterOps

  8. implicit def implicitToEither[B](b: Option[B]): ToEither[B]

    Definition Classes
    OptionSyntax
    Annotations
    @SuppressWarnings()
  9. implicit def implicitToSome[A](a: A): ToSome[A]

    Definition Classes
    OptionSyntax
    Annotations
    @SuppressWarnings()
  10. implicit def leftOps[A, B](l: Left[A, B]): LeftOps[A, B]

    Definition Classes
    EitherSyntax
  11. def none[A]: Option[A]

    Definition Classes
    OptionSyntax
  12. implicit def rightBiasedEither[A, B](e: Either[A, B]): RightBiasedEither[A, B]

    Definition Classes
    EitherSyntax
  13. implicit def rightOps[A, B](r: Right[A, B]): RightOps[A, B]

    Definition Classes
    EitherSyntax
  14. implicit def toEither[X](x: X): ToEither[X]

    Definition Classes
    EitherSyntax
  15. implicit final def toWriter[A](a: A): ToWriter[A]

    Definition Classes
    WriterSyntax
    Annotations
    @SuppressWarnings()

Inherited from WriterSyntax

Inherited from SemiGroupSyntax

Inherited from EitherSyntax

Inherited from OptionSyntax

Inherited from EqualSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped