dataprism.platform.MapRes
See theMapRes companion trait
object MapRes extends LowPriorityMapRes
Attributes
- Companion
- trait
- Source
- MapRes.scala
- Graph
-
- Supertypes
- Self type
-
MapRes.type
Members list
Type members
Types
Attributes
- Source
- MapRes.scala
Givens
Givens
Attributes
- Source
- MapRes.scala
given given_Aux_F_K0_K0[F[_], K0[_[_]]](using FA: ApplyKC[K0], FT: TraverseKC[K0]): Aux[F, K0[F], K0]
Attributes
- Source
- MapRes.scala
given given_Aux_F_T_Map[F[_], T <: NonEmptyTuple](using ev: IsMappedBy[F][T], size: ValueOf[Size[T]]): Aux[F, T, [F0[_]] =>> Map[InverseMap[T, F], F0]]
Attributes
- Source
- MapRes.scala
given recurTuple1[F[_], V, MRK[_[_]]](using mr: Aux[F, V, MRK]): Aux[F, Tuple1[V], [F0[_]] =>> Tuple1[MRK[F0]]]
Attributes
- Source
- MapRes.scala
Inherited givens
Attributes
- Inherited from:
- LowPriorityMapRes
- Source
- MapRes.scala
given recurTuple[F[_], H, T <: Tuple, KH[_[_]], KT <: ([_[_]] =>> Tuple)](using mrh: Aux[F, H, KH], mrt: Aux[F, T, KT]): Aux[F, H *: T, [F0[_]] =>> KH[F0] *: KT[F0]]
Attributes
- Inherited from:
- LowPriorityMapRes
- Source
- MapRes.scala
In this article