Simple

neotype.Subtype$.Simple
See theSimple companion object
opaque trait Simple[A] extends Wrapper[A]

Attributes

Companion:
object
Graph
Supertypes
trait Wrapper[A]
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

opaque type Type

Value members

Concrete methods

inline def apply(inline input: A): Type
inline def applyF[F[_]](inline input: F[A]): F[Type]
inline def cast(inline input: A): Type
inline def castF[F[_]](inline input: F[A]): F[Type]
inline def unsafeWrap(inline input: A): Type
inline def unsafeWrapF[F[_]](inline input: F[A]): F[Type]

Extensions

Extensions

extension (input: Type)
inline def unwrap: A