Object/Trait

sigmastate

SCollection

Related Docs: trait SCollection | package sigmastate

Permalink

object SCollection extends STypeCompanion with MethodByNameUnapply

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SCollection
  2. MethodByNameUnapply
  3. STypeCompanion
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type SAvlTreeArray = SCollection[SAvlTree.type]

    Permalink
  2. type SBigIntArray = SCollection[SBigInt.type]

    Permalink
  3. type SBooleanArray = SCollection[SBoolean.type]

    Permalink
  4. type SBoxArray = SCollection[SBox.type]

    Permalink
  5. type SByteArray = SCollection[SByte.type]

    Permalink
  6. type SGroupElementArray = SCollection[SGroupElement.type]

    Permalink
  7. type SIntArray = SCollection[SInt.type]

    Permalink
  8. type SLongArray = SCollection[SLong.type]

    Permalink
  9. type SShortArray = SCollection[SShort.type]

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AppendMethod: SMethod

    Permalink
  5. val ApplyMethod: SMethod

    Permalink
  6. val BitShiftLeftMethod: SMethod

    Permalink
  7. val BitShiftRightMethod: SMethod

    Permalink
  8. val BitShiftRightZeroedMethod: SMethod

    Permalink
  9. val DiffMethod: SMethod

    Permalink
  10. val DistinctMethod: SMethod

    Permalink
  11. val EndsWithMethod: SMethod

    Permalink
  12. val ExistsMethod: SMethod

    Permalink
  13. val FilterMethod: SMethod

    Permalink
  14. lazy val FindMethod: SMethod

    Permalink
  15. val FlatMapMethod: SMethod

    Permalink
  16. val FoldMethod: SMethod

    Permalink
  17. val ForallMethod: SMethod

    Permalink
  18. val GetOrElseMethod: SMethod

    Permalink
  19. val IndexOfMethod: SMethod

    Permalink
  20. val IndicesMethod: SMethod

    Permalink
  21. val IntersectMethod: SMethod

    Permalink
  22. val LastIndexOfMethod: SMethod

    Permalink
  23. val MapMethod: SMethod

    Permalink
  24. val MapReduceMethod: SMethod

    Permalink
  25. val PatchMethod: SMethod

    Permalink
  26. val PrefixLengthMethod: SMethod

    Permalink
  27. val SAvlTreeArray: SCollection[SAvlTree.type]

    Permalink
  28. val SBigIntArray: SCollection[SBigInt.type]

    Permalink
  29. val SBooleanArray: SCollection[SBoolean.type]

    Permalink
  30. val SBoxArray: SCollection[SBox.type]

    Permalink
  31. val SByteArray: SCollection[SByte.type]

    Permalink
  32. val SByteArray2: SCollection[SCollection[SByte.type]]

    Permalink
  33. val SGroupElementArray: SCollection[SGroupElement.type]

    Permalink
  34. val SHeaderArray: SCollection[SHeader.type]

    Permalink
  35. val SIntArray: SCollection[SInt.type]

    Permalink
  36. val SLongArray: SCollection[SLong.type]

    Permalink
  37. val SShortArray: SCollection[SShort.type]

    Permalink
  38. val SSigmaPropArray: SCollection[SSigmaProp.type]

    Permalink
  39. val SizeMethod: SMethod

    Permalink
  40. val SliceMethod: SMethod

    Permalink
  41. val StartsWithMethod: SMethod

    Permalink
  42. val ThisType: SCollection[STypeVar]

    Permalink
  43. val UnionSetsMethod: SMethod

    Permalink
  44. val UpdateManyMethod: SMethod

    Permalink
  45. val UpdatedMethod: SMethod

    Permalink
  46. val ZipMethod: SMethod

    Permalink
  47. lazy val _methodsMap: Map[Byte, Map[Byte, SMethod]]

    Permalink
    Definition Classes
    STypeCompanion
  48. def apply[T <: SType](implicit elemType: T, ov: Overload1): SCollection[T]

    Permalink
  49. def apply[T <: SType](elemType: T): SCollection[T]

    Permalink
  50. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  51. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  52. def coster: Option[CosterFactory]

    Permalink
    Definition Classes
    SCollectionSTypeCompanion
  53. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  55. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  56. def getMethodById(methodId: Byte): Option[SMethod]

    Permalink

    Lookup method by its id in this type.

    Lookup method by its id in this type.

    Definition Classes
    STypeCompanion
    Annotations
    @inline()
  57. def getMethodByName(name: String): SMethod

    Permalink
    Definition Classes
    STypeCompanion
  58. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  59. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  60. def methodById(methodId: Byte): SMethod

    Permalink

    Lookup method in this type by method's id or throw ValidationException.

    Lookup method in this type by method's id or throw ValidationException. This method can be used in trySoftForkable section to either obtain valid method or catch ValidatioinException which can be checked for soft-fork condition. It delegate to getMethodById to lookup method.

    Definition Classes
    STypeCompanion
    See also

    getMethodById

  61. lazy val methods: Seq[SMethod]

    Permalink

    List of methods defined for instances of this type.

    List of methods defined for instances of this type.

    Definition Classes
    SCollectionSTypeCompanion
  62. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  63. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  64. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  66. def tIV: STypeVar

    Permalink
  67. def tOV: STypeVar

    Permalink
  68. val tOVColl: SCollection[STypeVar]

    Permalink
  69. val tPredicate: SFunc

    Permalink
  70. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  71. def typeId: TypeCode

    Permalink

    Type identifier to use in method serialization

    Type identifier to use in method serialization

    Definition Classes
    SCollectionSTypeCompanion
  72. def typeName: String

    Permalink
    Definition Classes
    STypeCompanion
  73. def unapply(methodName: String): Option[SMethod]

    Permalink
    Definition Classes
    MethodByNameUnapply
  74. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from MethodByNameUnapply

Inherited from STypeCompanion

Inherited from AnyRef

Inherited from Any

Ungrouped