final case class $SimpleMapF[A](src: A, exprs: NonEmptyList[CardinalExpr[JsFn]], scope: Scope) extends MapReduceF[A] with Product with Serializable
- Self Type
- $SimpleMapF[A]
- Alphabetic
- By Inheritance
- $SimpleMapF
- MapReduceF
- WorkflowOpCoreF
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new $SimpleMapF(src: A, exprs: NonEmptyList[CardinalExpr[JsFn]], scope: Scope)
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 >>>(that: $SimpleMapF[A]): $SimpleMapF[A]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def deleteAll(fields: slamdata.Predef.List[BsonField]): $SimpleMapF[A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exprs: NonEmptyList[CardinalExpr[JsFn]]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAll: slamdata.Predef.Option[slamdata.Predef.List[BsonField]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newMR[F[_]](base: DocVar, src: WorkflowTask, sel: slamdata.Predef.Option[Selector], sort: slamdata.Predef.Option[NonEmptyList[(BsonField, SortDir)]], count: slamdata.Predef.Option[slamdata.Predef.Long]): (DocVar, WorkflowTask)
- Definition Classes
- $SimpleMapF → MapReduceF
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def raw: MapReduceF[A]
- val scope: Scope
- def simpleExpr: JsFn
-
def
singleSource: SingleSourceF[WorkflowOpCoreF, A]
- Definition Classes
- $SimpleMapF → MapReduceF
- Annotations
- @SuppressWarnings()
- val src: A
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @native() @throws( ... )