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 Get: String
  6. val GetMethod: SMethod
  7. val GetOrElse: String
  8. lazy val GetOrElseMethod: SMethod
  9. val IsDefined: String
  10. val IsDefinedMethod: SMethod

    The following SMethod instances are descriptors of methods defined in Option type.

  11. val MapMethod: SMethod
  12. val OptionCollectionTypeCode: TypeCode

    Type code for Option[Coll[T]] for some T type used in TypeSerializer.

  13. val OptionCollectionTypeConstrId: Int

    Code of Option[Coll[_]] type constructor.

  14. val OptionTypeCode: TypeCode

    Type code for Option[T] for some T type used in TypeSerializer.

  15. val OptionTypeConstrId: Int

    Code of Option[_] type constructor.

  16. implicit val SAvlTreeOption: SOption[SAvlTree.type]
  17. implicit val SBigIntOption: SOption[SBigInt.type]
  18. implicit val SBooleanOption: SOption[SBoolean.type]
  19. implicit val SBoxOption: SOption[SBox.type]
  20. implicit val SByteArrayOption: SOption[SCollection[SByte.type]]
  21. implicit val SByteOption: SOption[SByte.type]

    This descriptors are instantiated once here and then reused.

  22. implicit val SGroupElementOption: SOption[SGroupElement.type]
  23. implicit val SIntOption: SOption[SInt.type]
  24. implicit val SLongOption: SOption[SLong.type]
  25. implicit val SShortOption: SOption[SShort.type]
  26. implicit val SSigmaPropOption: SOption[SSigmaProp.type]
  27. val ThisType: SOption[STypeVar]

    Type descriptor of this argument used in the methods below.

  28. def apply[T <: SType](implicit elemType: T, ov: Overload1): SOption[T]
  29. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  30. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. 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()
  36. def getMethodByName(name: String): SMethod

    Looks up the method descriptor by the method name.

    Looks up the method descriptor by the method name.

    Definition Classes
    STypeCompanion
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. 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

  40. 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
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. val reflection: InterpreterReflection.type

    Force initialization of reflection.

    Force initialization of reflection.

    Definition Classes
    STypeCompanion
  45. val reprClass: RClass[_]

    Class which represents values of this type.

    Class which represents values of this type. When method call is executed, the corresponding method of this class is invoked via RMethod.invoke().

    Definition Classes
    SOptionSTypeCompanion
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. lazy val thisRClass: RClass[_]

    Represents class of this.

    Represents class of this.

    Definition Classes
    STypeCompanion
  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

    If this is SType instance then returns the name of the corresponding RType.

    If this is SType instance then returns the name of the corresponding RType. Otherwise returns the name of type companion object (e.g. SCollection).

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

Inherited from Serializable

Inherited from Serializable

Inherited from STypeCompanion

Inherited from AnyRef

Inherited from Any

Ungrouped