Packages

object SOption extends STypeCompanion with Serializable

Linear Supertypes
Serializable, Serializable, STypeCompanion, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SOption
  2. Serializable
  3. Serializable
  4. STypeCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type SAvlTreeOption = SOption[SAvlTree.type]
  2. type SBigIntOption = SOption[SBigInt.type]
  3. type SBooleanOption = SOption[SBoolean.type]
  4. type SBoxOption = SOption[SBox.type]
  5. type SByteOption = SOption[SByte.type]
  6. type SGroupElementOption = SOption[SGroupElement.type]
  7. type SIntOption = SOption[SInt.type]
  8. type SLongOption = SOption[SLong.type]
  9. type SShortOption = SOption[SShort.type]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val FilterMethod: SMethod
  5. val Fold: String
  6. val FoldMethod: SMethod
  7. val Get: String
  8. val GetMethod: SMethod
  9. val GetOrElse: String
  10. val GetOrElseMethod: SMethod
  11. val IsDefined: String
  12. val IsDefinedMethod: SMethod
  13. val MapMethod: SMethod
  14. val OptionCollectionTypeCode: TypeCode
  15. val OptionCollectionTypeConstrId: Int
  16. val OptionTypeCode: TypeCode
  17. val OptionTypeConstrId: Int
  18. implicit val SAvlTreeOption: SOption[SAvlTree.type]
  19. implicit val SBigIntOption: SOption[SBigInt.type]
  20. implicit val SBooleanOption: SOption[SBoolean.type]
  21. implicit val SBoxOption: SOption[SBox.type]
  22. implicit val SByteArrayOption: SOption[SCollection[SByte.type]]
  23. implicit val SByteOption: SOption[SByte.type]
  24. implicit val SGroupElementOption: SOption[SGroupElement.type]
  25. implicit val SIntOption: SOption[SInt.type]
  26. implicit val SLongOption: SOption[SLong.type]
  27. implicit val SShortOption: SOption[SShort.type]
  28. implicit val SSigmaPropOption: SOption[SSigmaProp.type]
  29. val ThisType: SOption[STypeVar]
  30. lazy val _methodsMap: Map[Byte, Map[Byte, SMethod]]
    Definition Classes
    STypeCompanion
  31. def apply[T <: SType](implicit elemType: T, ov: Overload1): SOption[T]
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  34. val coster: Option[CosterFactory]
    Definition Classes
    SOptionSTypeCompanion
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def getMethodById(methodId: Byte): Option[SMethod]

    Lookup method by its id in this type.

    Lookup method by its id in this type.

    Definition Classes
    STypeCompanion
    Annotations
    @inline()
  39. def getMethodByName(name: String): SMethod
    Definition Classes
    STypeCompanion
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def methodById(methodId: Byte): SMethod

    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

  43. val methods: Seq[SMethod]

    List of methods defined for instances of this type.

    List of methods defined for instances of this type.

    Definition Classes
    SOptionSTypeCompanion
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def typeId: TypeCode

    Type identifier to use in method serialization

    Type identifier to use in method serialization

    Definition Classes
    SOptionSTypeCompanion
  50. def typeName: String
    Definition Classes
    STypeCompanion
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from STypeCompanion

Inherited from AnyRef

Inherited from Any

Ungrouped