smithy4s.RefinementProvider
See theRefinementProvider companion trait
object RefinementProvider
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RefinementProvider.type
Members list
Type members
Types
Implicits
Implicits
implicit def iterableLengthConstraint[C[_], A](implicit ev: C[A] <:< Iterable[A]): Simple[Length, C[A]]
Inherited implicits
Attributes
- Inherited from:
- LowPriorityImplicits (hidden)
Attributes
- Inherited from:
- LowPriorityImplicits (hidden)
Attributes
- Inherited from:
- LowPriorityImplicits (hidden)
implicit def isomorphismConstraint[C, A, A0](implicit constraintOnA: Simple[C, A], iso: Bijection[A, A0]): RefinementProvider[C, A0, A0]
Attributes
- Inherited from:
- LowPriorityImplicits (hidden)
In this article