AllSyntaxBinCompat3

cats.syntax.AllSyntaxBinCompat3

Attributes

Source
all.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object all.type
object implicits.type

Members list

Type members

Inherited classlikes

final class Function1FlatMapOps[F[_], A, B](f: A => F[B])(implicit evidence$4: FlatMap[F])

Attributes

Inherited from:
Function1Syntax
Source
function1.scala
Supertypes
class Object
trait Matchable
class Any
final class Function1Ops[F[_], A, B](fab: F[A => B])(implicit evidence$3: Functor[F])

Attributes

Inherited from:
Function1Syntax
Source
function1.scala
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def catsSyntaxFunction1[F[_] : Functor, A, B](fab: F[A => B]): Function1Ops[F, A, B]

Attributes

Inherited from:
Function1Syntax
Source
function1.scala
implicit def catsSyntaxFunction1FlatMap[F[_] : FlatMap, A, B](fab: A => F[B]): Function1FlatMapOps[F, A, B]

Attributes

Inherited from:
Function1Syntax
Source
function1.scala

Attributes

Inherited from:
UnorderedFoldableSyntax
Source
unorderedFoldable.scala
implicit def toUnorderedFoldableOps[F[_], A](target: F[A])(implicit tc: UnorderedFoldable[F]): Ops[F, A] { type TypeClassType = UnorderedFoldable[F]; }

Attributes

Inherited from:
ToUnorderedFoldableOps
Source
UnorderedFoldable.scala