tofu.higherKind
Members list
Packages
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait RepresentableK[U]
Attributes
Attributes
- Supertypes
- Known subtypes
-
object Embed
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Function2K.type
Even more higher kinded function, a transformation between two higher order type-constructors
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FunctionHK.type
Attributes
Attributes
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
- Known subtypes
-
Attributes
- Supertypes
- Known subtypes
-
object Mid
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait MidInstancesobject Mid
Attributes
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
higher order form of monoidal functor for all F[_], uf: U[F] , zipWith2K(uf, unitK)(Function2K((f, ) => f)) == uf for all F[], uf: U[F] , zipWith2K(unitK, uf)(Function2K((_, f) => f)) == uf
higher order form of monoidal functor for all F[_], uf: U[F] , zipWith2K(uf, unitK)(Function2K((f, ) => f)) == uf for all F[], uf: U[F] , zipWith2K(unitK, uf)(Function2K((_, f) => f)) == uf
Type parameters
- U
-
- higher order functor
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
trait RepresentableK[U]
Attributes
equivalent of UnitK ~> F get F[A] for any given type A useful for empty values or typeconstructors with phantom parameters may look like a type class but is not
equivalent of UnitK ~> F get F[A] for any given type A useful for empty values or typeconstructors with phantom parameters may look like a type class but is not
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
A function [F[_], A] =>> A => F[Unit]
An algebra U[Post[F, _]]
is an algebra which translates all actions to A \=> F[Unit]
. This is useful to represent actions succeeding main logic.
A function [F[_], A] =>> A => F[Unit]
An algebra U[Post[F, _]]
is an algebra which translates all actions to A \=> F[Unit]
. This is useful to represent actions succeeding main logic.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
Attributes
- Supertypes
- Known subtypes
-
object Post
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class PostInstancesobject Post
Newtype for [F[_], A] =>> F[Unit]
. An algebra U[Pre[F, _]]
is an algebra which translates all actions to F[Unit]
. This is useful to represent actions preceding main logic.
Newtype for [F[_], A] =>> F[Unit]
. An algebra U[Pre[F, _]]
is an algebra which translates all actions to F[Unit]
. This is useful to represent actions preceding main logic.
Attributes
- Supertypes
- Self type
-
Pre.type
Attributes
- Supertypes
- Known subtypes
-
object Pre
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class PreInstancesobject Pre
Higher-order form of pointed functor Having point in functor cat 1 -> F, provide point in mapped Scal () -> U[F]
Higher-order form of pointed functor Having point in functor cat 1 -> F, provide point in mapped Scal () -> U[F]
Type parameters
- U
-
- higher order functor
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
trait MonoidalK[U]trait RepresentableK[U]
Attributes
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RepresentableK.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Higher-order form of lax unital functor Transform identity in monoidal (with Tuple2K) category of endofunctors into its image
Higher-order form of lax unital functor Transform identity in monoidal (with Tuple2K) category of endofunctors into its image
Type parameters
- U
-
- higher order functor
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes