Result<Value,Error>
Overview
Location
-
Reference:
- Silver.dll .NET, .NET Standard 2.0
- silver.jar Cooper
- Silver.fx Island
- libSilver.fx Toffee
- Namespace: Swift
-
Ancestry:
- ValueType | Result<Value,Error> .NET, .NET Standard 2.0
- ValueType | Result<Value,Error> Island
- ValueType | Result<Value,Error> .NET, .NET Standard 2.0
constructor rawValue(Int32) Toffee
init(rawValue val: Int32)
Parameters:
- val:
constructor withRawValue(Int32) .NET, .NET Standard 2.0, Cooper, Island
constructor withRawValue(val: Int32)
Result<Value,Error> withRawValue(Int32 val)
init(withRawValue val: Int32)
Result<Value,Error> withRawValue(Integer val)
Sub New withRawValue(val As Int32)
Parameters:
- val:
equals Cooper
method equals(aOther: Object): Boolean
Boolean equals(Object aOther)
func equals(_ aOther: Object) -> Boolean
Boolean equals(Object aOther)
Function equals(aOther As Object) As Boolean
Parameters:
- aOther:
error
// .NET, .NET Standard 2.0
class method error(par0: Error): Result<Value, Error>
// Island
class method error(par0: not nullable Error): Result<Value, Error>
// .NET, .NET Standard 2.0
static Result<Value, Error> error(Error par0)
// Island
static Result<Value, Error> error(Error! par0)
static func error(_ par0: Error) -> Result<Value, Error>
static Result<Value, Error> error(Error par0)
Shared Function error(par0 As Error) As Result<Value, Error>
Parameters:
- par0:
GetHashCode override virtual .NET, .NET Standard 2.0, Island
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Function GetHashCode() As Int32
hash override Toffee
Parameters:
- :
hashCode Cooper
method hashCode: Integer
Integer hashCode()
func hashCode() -> Integer
Integer hashCode()
Function hashCode() As Integer
rawValue
property rawValue: Int32 read;
Int32 rawValue { get; }
var rawValue: Int32 { get{} }
Integer rawValue { __get; }
ReadOnly Property rawValue() As Int32
value
// .NET, .NET Standard 2.0
class method value(par0: Value): Result<Value, Error>
// Island
class method value(par0: not nullable Value): Result<Value, Error>
// .NET, .NET Standard 2.0
static Result<Value, Error> value(Value par0)
// Island
static Result<Value, Error> value(Value! par0)
static func value(_ par0: Value) -> Result<Value, Error>
static Result<Value, Error> value(Value par0)
Shared Function value(par0 As Value) As Result<Value, Error>
Parameters:
- par0:
rawValue
error
// .NET, .NET Standard 2.0
class method error(par0: Error): Result<Value, Error>
// Island
class method error(par0: not nullable Error): Result<Value, Error>
// .NET, .NET Standard 2.0
static Result<Value, Error> error(Error par0)
// Island
static Result<Value, Error> error(Error! par0)
static func error(_ par0: Error) -> Result<Value, Error>
static Result<Value, Error> error(Error par0)
Shared Function error(par0 As Error) As Result<Value, Error>
Parameters:
- par0:
value
// .NET, .NET Standard 2.0
class method value(par0: Value): Result<Value, Error>
// Island
class method value(par0: not nullable Value): Result<Value, Error>
// .NET, .NET Standard 2.0
static Result<Value, Error> value(Value par0)
// Island
static Result<Value, Error> value(Value! par0)
static func value(_ par0: Value) -> Result<Value, Error>
static Result<Value, Error> value(Value par0)
Shared Function value(par0 As Value) As Result<Value, Error>
Parameters:
- par0:
constructor rawValue(Int32) Toffee
init(rawValue val: Int32)
Parameters:
- val:
constructor withRawValue(Int32) .NET, .NET Standard 2.0, Cooper, Island
constructor withRawValue(val: Int32)
Result<Value,Error> withRawValue(Int32 val)
init(withRawValue val: Int32)
Result<Value,Error> withRawValue(Integer val)
Sub New withRawValue(val As Int32)
Parameters:
- val:
equals Cooper
method equals(aOther: Object): Boolean
Boolean equals(Object aOther)
func equals(_ aOther: Object) -> Boolean
Boolean equals(Object aOther)
Function equals(aOther As Object) As Boolean
Parameters:
- aOther:
GetHashCode override virtual .NET, .NET Standard 2.0, Island
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Function GetHashCode() As Int32
hash override Toffee
Parameters:
- :
hashCode Cooper