trait EitherInstances extends kernel.instances.EitherInstances
- Alphabetic
- By Inheritance
- EitherInstances
- EitherInstances
- EitherInstances0
- EitherInstances1
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
implicit
def
catsDataMonoidForEither[A, B](implicit B: kernel.Monoid[B]): kernel.Monoid[Either[A, B]]
- Definition Classes
- EitherInstances
-
implicit
def
catsDataSemigroupForEither[A, B](implicit B: kernel.Semigroup[B]): kernel.Semigroup[Either[A, B]]
- Definition Classes
- EitherInstances0
- implicit def catsParallelForEitherAndValidated[E](implicit arg0: kernel.Semigroup[E]): Aux[[β$9$]Either[E, β$9$], [β$10$]Validated[E, β$10$]]
- implicit val catsStdBitraverseForEither: Bitraverse[Either]
-
implicit
def
catsStdEqForEither[A, B](implicit A: kernel.Eq[A], B: kernel.Eq[B]): kernel.Eq[Either[A, B]]
- Definition Classes
- EitherInstances1
-
implicit
def
catsStdHashForEither[A, B](implicit A: kernel.Hash[A], B: kernel.Hash[B]): kernel.Hash[Either[A, B]]
- Definition Classes
- EitherInstances0
- implicit def catsStdInstancesForEither[A]: MonadError[[β$0$]Either[A, β$0$], A] with Traverse[[β$1$]Either[A, β$1$]] with Align[[β$2$]Either[A, β$2$]]
-
implicit
def
catsStdOrderForEither[A, B](implicit A: kernel.Order[A], B: kernel.Order[B]): kernel.Order[Either[A, B]]
- Definition Classes
- EitherInstances
-
implicit
def
catsStdPartialOrderForEither[A, B](implicit A: kernel.PartialOrder[A], B: kernel.PartialOrder[B]): kernel.PartialOrder[Either[A, B]]
- Definition Classes
- EitherInstances0
- implicit def catsStdSemigroupKForEither[L]: SemigroupK[[β$7$]Either[L, β$7$]]
- implicit def catsStdShowForEither[A, B](implicit A: Show[A], B: Show[B]): Show[Either[A, B]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )