com.opendatagroup.hadrian.lib.array

ReduceRight

class ReduceRight extends LibFcn

Linear Supertypes
LibFcn, Fcn, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReduceRight
  2. LibFcn
  3. Fcn
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReduceRight(pos: Option[String] = scala.None)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: scala.Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: scala.Any): Boolean

    Definition Classes
    Any
  6. def apply[X](a: PFAArray[X], fcn: (X, X) ⇒ X): X

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def deprecationWarning(sig: Sig, version: PFAVersion): Unit

    Write a deprecation warning on standard error if a matched signature is in the deprecated interval of its lifespan, given the requested PFA version.

    Write a deprecation warning on standard error if a matched signature is in the deprecated interval of its lifespan, given the requested PFA version.

    sig

    the signature (we assume that is has already been matched)

    version

    the requested PFA version

    Definition Classes
    LibFcnFcn
  10. def doc: Elem

    Documentation XML for the function.

    Documentation XML for the function.

    Definition Classes
    ReduceRightLibFcn
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: scala.Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def errcodeBase: Int

    First error code number for runtime errors in this function (if any).

    First error code number for runtime errors in this function (if any). Used only as a baseline for counting.

    Definition Classes
    ReduceRightLibFcn
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def javaCode(args: Seq[JavaCode], argContext: Seq[AstContext], paramTypes: Seq[Type], retType: AvroType, engineOptions: EngineOptions): JavaCode

    Java code for a call of this function (not a reference to the function).

    Java code for a call of this function (not a reference to the function).

    args

    Java code for each argument

    argContext

    context objects for the arguments, after semantics checks

    paramTypes

    argument types after generics-resolution

    retType

    return type after generics-resolution

    engineOptions

    global options for this scoring engine (may be set in PFA or overridden by host environment)

    returns

    Java code for a call of this function

    Definition Classes
    LibFcnFcn
  19. def javaRef(fcnType: FcnType): JavaCode

    Java code for a reference to this function (not a call of this function).

    Java code for a reference to this function (not a call of this function).

    fcnType

    argument and return types after generics-resolution

    returns

    Java code for a reference to this function

    Definition Classes
    LibFcnFcn
  20. def name: String

    PFA name of the function, with prefix (e.

    PFA name of the function, with prefix (e.g. "model.tree.simpleTree").

    Definition Classes
    ReduceRightLibFcn
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. val pos: Option[String]

    Keeps track of the original source code line number where this function was called.

    Keeps track of the original source code line number where this function was called.

    Definition Classes
    ReduceRightLibFcn
  25. def posToJava: String

    Utility function to write the pos as Java code.

    Utility function to write the pos as Java code.

    Definition Classes
    LibFcn
  26. def sig: Sig

    Signature of the function as used in PFA.

    Signature of the function as used in PFA.

    Definition Classes
    ReduceRightFcn
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def wrapArg(i: Int, args: Seq[JavaCode], paramTypes: Seq[Type], boxed: Boolean): String

    Utility function for adding an explicit cast to one argument.

    Utility function for adding an explicit cast to one argument.

    i

    argument number

    args

    Java code for each argument

    paramTypes

    argument types after generics-resolution

    boxed

    if true, cast as a boxed primitive; if false use a raw primitive

    returns

    Java code for one argument (as a String)

    Definition Classes
    Fcn
  33. def wrapArgs(args: Seq[JavaCode], paramTypes: Seq[Type], boxed: Boolean): String

    Utility function for adding explicit casts to each argument.

    Utility function for adding explicit casts to each argument.

    args

    Java code for each argument

    paramTypes

    argument types after generics-resolution

    boxed

    if true, cast with boxed primitives; if false, use the raw primitives

    returns

    Java code for the arguments (as a String)

    Definition Classes
    Fcn

Inherited from LibFcn

Inherited from Fcn

Inherited from AnyRef

Inherited from scala.Any

Ungrouped