trait SemigroupBatch extends ReferenceCount
Ordering
- Alphabetic
- By Inheritance
Inherited
- SemigroupBatch
- ReferenceCount
- Batch
- AutoCloseable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
abstract
type
Data
- Definition Classes
- Batch
-
abstract
type
Delta
- Definition Classes
- Batch
-
abstract
type
Open >: Aux[(SemigroupBatch.this)#Data, (SemigroupBatch.this)#Delta] <: Aux[(SemigroupBatch.this)#Data, (SemigroupBatch.this)#Delta]
- Definition Classes
- ReferenceCount
Abstract Value Members
-
abstract
def
closeUpstreams(): Unit
- Attributes
- protected
- Definition Classes
- ReferenceCount
-
abstract
def
input: AnyRef
- Attributes
- protected
- Definition Classes
- ReferenceCount
-
abstract
def
rawBackward(delta: (SemigroupBatch.this)#Delta): Unit
- Attributes
- protected
-
implicit abstract
def
semigroup: Semigroup[(SemigroupBatch.this)#Delta]
- Attributes
- protected
-
abstract
def
value: (SemigroupBatch.this)#Data
- Definition Classes
- Batch
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SemigroupBatch to any2stringadd[SemigroupBatch] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (SemigroupBatch, B)
- Implicit
- This member is added by an implicit conversion from SemigroupBatch to ArrowAssoc[SemigroupBatch] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
addReference(): (SemigroupBatch.this)#Open
Returns a wrapped Batch able to detect error of closing more than once if ASSERTION is enabled, or returns this ReferenceCount itself when ASSERTION is disabled hence no check.
Returns a wrapped Batch able to detect error of closing more than once if ASSERTION is enabled, or returns this ReferenceCount itself when ASSERTION is disabled hence no check.
- Definition Classes
- ReferenceCount → Batch
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
backward(delta: (SemigroupBatch.this)#Delta): Unit
- Definition Classes
- SemigroupBatch → Batch
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
close(): Unit
- Definition Classes
- ReferenceCount → AutoCloseable
-
def
ensuring(cond: (SemigroupBatch) ⇒ Boolean, msg: ⇒ Any): SemigroupBatch
- Implicit
- This member is added by an implicit conversion from SemigroupBatch to Ensuring[SemigroupBatch] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (SemigroupBatch) ⇒ Boolean): SemigroupBatch
- Implicit
- This member is added by an implicit conversion from SemigroupBatch to Ensuring[SemigroupBatch] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SemigroupBatch
- Implicit
- This member is added by an implicit conversion from SemigroupBatch to Ensuring[SemigroupBatch] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): SemigroupBatch
- Implicit
- This member is added by an implicit conversion from SemigroupBatch to Ensuring[SemigroupBatch] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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
flush(): Unit
- Attributes
- protected
- Definition Classes
- SemigroupBatch → ReferenceCount
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from SemigroupBatch to StringFormat[SemigroupBatch] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
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
-
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( ... )
-
def
→[B](y: B): (SemigroupBatch, B)
- Implicit
- This member is added by an implicit conversion from SemigroupBatch to ArrowAssoc[SemigroupBatch] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc