object NextClosuresScala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NextClosuresScala
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bar[G, M](mcxt: MatrixContext[G, M]): Int
- def bax1(): Unit
- def bax2[G](y: Set[G]): Unit
- def bax3(y: Set[Integer]): Unit
- def bax4(y: Set[Integer]): Set[Integer]
- def bax5(x: MatrixContext[String, String], y: Set[Integer]): Set[Integer]
- def baz[G, M](mcxt: MatrixContext[G, M], javaResult: Set[BitImpl]): Set[BitImpl]
- def bitCompute[G, M](mcxt: MatrixContext[G, M]): (Set[BitImpl], Set[BitSet])
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def compute[G, M](mcxt: MatrixContext[G, M], javaResult: Set[BitImpl], javaIntents: Set[BitSet]): (Set[BitImpl], Set[BitSet])
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def foo(): Int
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pseudoIntents[G, M](cxt: MatrixContext[G, M]): Set[(Set[M], Set[M])]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... ) @native()