Decidable

object Decidable
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply[F[_]](implicit F: Decidable[F]): Decidable[F]
def fromIso[F[_], G[_]](D: IsoFunctor[F, G])(implicit E: Decidable[G]): Decidable[F]