final
class
BifoldableOps[F[_, _], A, B] extends Ops[F[A, B]]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
bifoldL[C](z: C)(f: (C) ⇒ (A) ⇒ C)(g: (C) ⇒ (B) ⇒ C): C
-
def
bifoldLeft[C](z: C)(f: (C, A) ⇒ C)(g: (C, B) ⇒ C): C
-
def
bifoldMap[M](f: (A) ⇒ M)(g: (B) ⇒ M)(implicit arg0: Monoid[M]): M
-
def
bifoldMap1[M](f: (A) ⇒ M)(g: (B) ⇒ M)(implicit arg0: Semigroup[M]): Option[M]
-
def
bifoldR[C](z: ⇒ C)(f: (A) ⇒ (⇒ C) ⇒ C)(g: (B) ⇒ (⇒ C) ⇒ C): C
-
def
bifoldRight[C](z: ⇒ C)(f: (A, ⇒ C) ⇒ C)(g: (B, ⇒ C) ⇒ C): C
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
self: F[A, B]
-
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
Inherited from Ops[F[A, B]]
Wraps a value
self
and provides methods related toBifoldable