smithy4s.kinds
package smithy4s.kinds
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object FunctorK
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object FunctorK2
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object FunctorK5
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SchemaVisitor[F]object HostPrefixSchemaVisitor.typeobject SchemaVisitorPathEncoder.typeobject SchemaDescription.typeclass Cached[F]trait Default[F]object SchemaVisitorHeaderMerge.typeobject SchemaVisitorHeaderSplit.typetrait Optional[F]Show all
- Self type
-
object PolyFunction
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PolyFunction.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
object PolyFunction2
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PolyFunction2.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
object PolyFunction5
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PolyFunction5.type
object PolyFunctions
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PolyFunctions.type
object toPolyFunction5
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
toPolyFunction5.type
Types
type BiFunctorInterpreter[Op[_, _, _, _, _], F[_, _]] = PolyFunction5[Op, [I, E, O, SI, SO] =>> F[E, O]]
type Kind1[F[_]] = { type toKind2 = [E, O] =>> F[O]; type toKind5 = [I, E, O, SI, SO] =>> F[O]; type handler = [I, E, O, SI, SO] =>> I => F[O]; }
type Kind2[F[_, _]] = { type toKind5 = [I, E, O, SI, SO] =>> F[E, O]; type handler = [I, E, O, SI, SO] =>> I => F[E, O]; }
In this article