Type Members
-
type
Base = Any { type __Pointer__newtype }
-
-
-
trait
Tag extends Any
-
abstract
type
Type <: Base with Tag
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
def
apply(elems: String*): Pointer
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
cannotUnwrapArrayAmbiguous1: Coercible[Array[Type], Array[Repr]]
-
implicit
def
cannotUnwrapArrayAmbiguous2: Coercible[Array[Type], Array[Repr]]
-
implicit
def
cannotWrapArrayAmbiguous1: Coercible[Array[Repr], Array[Type]]
-
implicit
def
cannotWrapArrayAmbiguous2: Coercible[Array[Repr], Array[Type]]
-
def
clone(): AnyRef
-
def
deriving[TC[_]](implicit ev: TC[Repr]): TC[Type]
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
parse[F[_]](input: String)(implicit F: MonadError[F, Throwable]): F[Pointer]
-
implicit
val
show: Show[Pointer]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
implicit
def
unsafeUnwrap: Coercible[Type, Repr]
-
implicit
def
unsafeUnwrapM[M[_]]: Coercible[M[Type], M[Repr]]
-
implicit
def
unsafeWrap: Coercible[Repr, Type]
-
implicit
def
unsafeWrapM[M[_]]: Coercible[M[Repr], M[Type]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit