Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LeftM<A, B>

Type parameters

  • A

  • B

Hierarchy

  • LeftM

Implements

Index

Constructors

constructor

  • new LeftM(value: A): LeftM

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 = true

Readonly isRight

isRight: boolean = false

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 = "Left"

Readonly value

value: A

Methods

swap

Generated using TypeDoc