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. val FilterMethod: SMethod
  2. val Fold: String
  3. val FoldMethod: SMethod
  4. val Get: String
  5. val GetMethod: SMethod
  6. val GetOrElse: String
  7. val GetOrElseMethod: SMethod
  8. val IsDefined: String
  9. val IsDefinedMethod: SMethod
  10. val MapMethod: SMethod
  11. val OptionCollectionTypeCode: TypeCode
  12. val OptionCollectionTypeConstrId: Int
  13. val OptionTypeCode: TypeCode
  14. val OptionTypeConstrId: Int
  15. implicit val SAvlTreeOption: SOption[SAvlTree.type]
  16. implicit val SBigIntOption: SOption[SBigInt.type]
  17. implicit val SBooleanOption: SOption[SBoolean.type]
  18. implicit val SBoxOption: SOption[SBox.type]
  19. implicit val SByteArrayOption: SOption[SCollection[SByte.type]]
  20. implicit val SByteOption: SOption[SByte.type]
  21. implicit val SGroupElementOption: SOption[SGroupElement.type]
  22. implicit val SIntOption: SOption[SInt.type]
  23. implicit val SLongOption: SOption[SLong.type]
  24. implicit val SShortOption: SOption[SShort.type]
  25. implicit val SSigmaPropOption: SOption[SSigmaProp.type]
  26. val ThisType: SOption[STypeVar]
  27. lazy val _methodsMap: Map[Byte, Map[Byte, SMethod]]
    Definition Classes
    STypeCompanion
  28. def apply[T <: SType](implicit elemType: T, ov: Overload1): SOption[T]
  29. val coster: Option[CosterFactory]
    Definition Classes
    SOptionSTypeCompanion
  30. 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()
  31. def getMethodByName(name: String): SMethod
    Definition Classes
    STypeCompanion
  32. 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

  33. 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
  34. def typeId: TypeCode

    Type identifier to use in method serialization

    Type identifier to use in method serialization

    Definition Classes
    SOptionSTypeCompanion
  35. def typeName: String
    Definition Classes
    STypeCompanion