Properties
exists
exists: any = this.right.exists
filter
filter: any = this.right.filter
flatMap
flatMap: any = this.right.flatMap
fold
fold: any = this.right.fold
forAll
forAll: any = this.right.forAll
forEach
forEach: any = this.right.forEach
get
get: any = this.right.get
getOrElse
getOrElse: any = this.right.getOrElse
Readonly isLeft
isLeft: boolean = false
Readonly isRight
isRight: boolean = true
left
left: any = leftProjection(this)
map
map: any = this.right.map
right
right: any = rightProjection(this)
toList
toList: any = this.right.toList
Readonly type
type: string = "Right"