trait
Fold2[-Elem1, -Elem2, Value] extends AnyRef
Type Members
-
abstract
type
Apply[E1 <: Elem1, E2 <: Elem2, Acc <: Value] <: Value
Abstract Value Members
-
abstract
def
apply[N1 <: Elem1, N2 <: Elem2, Acc <: Value](n1: N1, n2: N2, acc: Acc): Apply[N1, N2, Acc]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Fold2[Elem1, Elem2, Value], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Fold2[Elem1, Elem2, Value]) ⇒ Boolean, msg: ⇒ Any): Fold2[Elem1, Elem2, Value]
-
def
ensuring(cond: (Fold2[Elem1, Elem2, Value]) ⇒ Boolean): Fold2[Elem1, Elem2, Value]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Fold2[Elem1, Elem2, Value]
-
def
ensuring(cond: Boolean): Fold2[Elem1, Elem2, Value]
-
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Fold2[Elem1, Elem2, Value], B)
Inherited by implicit conversion any2stringadd from
Fold2[Elem1, Elem2, Value] to any2stringadd[Fold2[Elem1, Elem2, Value]]
Inherited by implicit conversion StringFormat from
Fold2[Elem1, Elem2, Value] to StringFormat[Fold2[Elem1, Elem2, Value]]
Inherited by implicit conversion Ensuring from
Fold2[Elem1, Elem2, Value] to Ensuring[Fold2[Elem1, Elem2, Value]]
Inherited by implicit conversion ArrowAssoc from
Fold2[Elem1, Elem2, Value] to ArrowAssoc[Fold2[Elem1, Elem2, Value]]
Typeclass for typelevel and valuelevel fold for a tuple arg
Author:
Harshad Deo
0.6.0