trait Generic1[Ns1[_], Ns2[_, _], In1[_, _], In2[_, _, _], A] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Generic1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def a: Ns2[A, String] with OneString[Ns2[A, String], In2[String, A, String]]
- def a_: Ns1[A] with OneString[Ns1[A], In1[String, A]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def e: Ns2[A, Long] with OneLong[Ns2[A, Long], In2[Long, A, Long]]
- def e_: Ns1[A] with OneLong[Ns1[A], In1[Long, A]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def ns: Ns2[A, String] with OneString[Ns2[A, String], In2[String, A, String]]
- def ns_: Ns1[A] with OneString[Ns1[A], In1[String, A]]
- def op: Ns2[A, Boolean] with OneBoolean[Ns2[A, Boolean], In2[Boolean, A, Boolean]]
- def op_: Ns1[A] with OneBoolean[Ns1[A], In1[Boolean, A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def t: Ns2[A, Long] with OneLong[Ns2[A, Long], In2[Long, A, Long]]
- def t_: Ns1[A] with OneLong[Ns1[A], In1[Long, A]]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def tx: Ns2[A, Long] with OneLong[Ns2[A, Long], In2[Long, A, Long]]
- def txInstant: Ns2[A, Date] with OneDate[Ns2[A, Date], In2[Date, A, Date]]
- def txInstant_: Ns1[A] with OneDate[Ns1[A], In1[Date, A]]
- def tx_: Ns1[A] with OneLong[Ns1[A], In1[Long, A]]
- def v: Ns2[A, Any] with OneAny[Ns2[A, Any], In2[Any, A, Any]]
- def v_: Ns1[A] with OneAny[Ns1[A], In1[Any, A]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )