Package

just.fp

syntax

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. trait EitherFunctions extends AnyRef

    Permalink
  2. trait EitherSyntax extends AnyRef

    Permalink
    Annotations
    @SuppressWarnings()
  3. trait EqualSyntax extends AnyRef

    Permalink
    Annotations
    @SuppressWarnings()
  4. trait OptionSyntax extends AnyRef

    Permalink
  5. trait SemiGroupSyntax extends AnyRef

    Permalink
  6. trait WriterSyntax extends AnyRef

    Permalink

Value Members

  1. object EitherOps extends EitherFunctions

    Permalink

    Annotations
    @SuppressWarnings()
    Since

    2019-03-30

  2. object EqualSyntax

    Permalink

    Since

    2019-07-28

  3. object OptionOps

    Permalink

    Since

    2019-09-21

  4. object SemiGroupSyntax

    Permalink

    Since

    2019-09-18

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

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

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

    Permalink

    Since

    2019-10-02

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

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

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

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

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

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

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

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

    Permalink
    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