implicit object ByteBufferPoolMonad extends ByteBufferMonad[ByteBufferPoolS] with Monad[ByteBufferPoolS]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteBufferPoolMonad
- ByteBufferMonad
- Monad
- Bind
- BindParent
- Applicative
- ApplicativeParent
- Apply
- ApplyParent
- Functor
- InvariantFunctor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
ApplicativeLaw extends scalaz.Applicative.ApplyLaw
- Definition Classes
- Applicative
-
trait
ApplyLaw extends scalaz.Apply.FunctorLaw
- Definition Classes
- Apply
-
trait
BindLaw extends scalaz.Bind.ApplyLaw
- Definition Classes
- Bind
-
trait
FunctorLaw extends scalaz.Functor.InvariantFunctorLaw
- Definition Classes
- Functor
-
trait
InvariantFunctorLaw extends AnyRef
- Definition Classes
- InvariantFunctor
-
trait
MonadLaw extends scalaz.Monad.ApplicativeLaw with scalaz.Monad.BindLaw
- Definition Classes
- Monad
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
ap[A, B](fa: ⇒ ByteBufferPoolS[A])(f: ⇒ ByteBufferPoolS[(A) ⇒ B]): ByteBufferPoolS[B]
- Definition Classes
- Bind → Apply
-
def
ap2[A, B, C](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B])(f: ByteBufferPoolS[(A, B) ⇒ C]): ByteBufferPoolS[C]
- Definition Classes
- Apply
-
def
ap3[A, B, C, D](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C])(f: ByteBufferPoolS[(A, B, C) ⇒ D]): ByteBufferPoolS[D]
- Definition Classes
- Apply
-
def
ap4[A, B, C, D, E](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D])(f: ByteBufferPoolS[(A, B, C, D) ⇒ E]): ByteBufferPoolS[E]
- Definition Classes
- Apply
-
def
ap5[A, B, C, D, E, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E])(f: ByteBufferPoolS[(A, B, C, D, E) ⇒ R]): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
ap6[A, B, C, D, E, FF, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E], ff: ⇒ ByteBufferPoolS[FF])(f: ByteBufferPoolS[(A, B, C, D, E, FF) ⇒ R]): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
ap7[A, B, C, D, E, FF, G, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E], ff: ⇒ ByteBufferPoolS[FF], fg: ⇒ ByteBufferPoolS[G])(f: ByteBufferPoolS[(A, B, C, D, E, FF, G) ⇒ R]): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
ap8[A, B, C, D, E, FF, G, H, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E], ff: ⇒ ByteBufferPoolS[FF], fg: ⇒ ByteBufferPoolS[G], fh: ⇒ ByteBufferPoolS[H])(f: ByteBufferPoolS[(A, B, C, D, E, FF, G, H) ⇒ R]): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
apF[A, B](f: ⇒ ByteBufferPoolS[(A) ⇒ B]): (ByteBufferPoolS[A]) ⇒ ByteBufferPoolS[B]
- Definition Classes
- Apply
-
def
applicativeLaw: ApplicativeLaw
- Definition Classes
- Applicative
-
val
applicativeSyntax: ApplicativeSyntax[ByteBufferPoolS]
- Definition Classes
- Applicative
-
def
apply[A, B](fa: ByteBufferPoolS[A])(f: (A) ⇒ B): ByteBufferPoolS[B]
- Definition Classes
- Functor
-
def
apply10[A, B, C, D, E, FF, G, H, I, J, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E], ff: ⇒ ByteBufferPoolS[FF], fg: ⇒ ByteBufferPoolS[G], fh: ⇒ ByteBufferPoolS[H], fi: ⇒ ByteBufferPoolS[I], fj: ⇒ ByteBufferPoolS[J])(f: (A, B, C, D, E, FF, G, H, I, J) ⇒ R): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
apply11[A, B, C, D, E, FF, G, H, I, J, K, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E], ff: ⇒ ByteBufferPoolS[FF], fg: ⇒ ByteBufferPoolS[G], fh: ⇒ ByteBufferPoolS[H], fi: ⇒ ByteBufferPoolS[I], fj: ⇒ ByteBufferPoolS[J], fk: ⇒ ByteBufferPoolS[K])(f: (A, B, C, D, E, FF, G, H, I, J, K) ⇒ R): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
apply12[A, B, C, D, E, FF, G, H, I, J, K, L, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E], ff: ⇒ ByteBufferPoolS[FF], fg: ⇒ ByteBufferPoolS[G], fh: ⇒ ByteBufferPoolS[H], fi: ⇒ ByteBufferPoolS[I], fj: ⇒ ByteBufferPoolS[J], fk: ⇒ ByteBufferPoolS[K], fl: ⇒ ByteBufferPoolS[L])(f: (A, B, C, D, E, FF, G, H, I, J, K, L) ⇒ R): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
apply2[A, B, C](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B])(f: (A, B) ⇒ C): ByteBufferPoolS[C]
- Definition Classes
- Applicative → Apply
-
def
apply3[A, B, C, D](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C])(f: (A, B, C) ⇒ D): ByteBufferPoolS[D]
- Definition Classes
- Apply
-
def
apply4[A, B, C, D, E](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D])(f: (A, B, C, D) ⇒ E): ByteBufferPoolS[E]
- Definition Classes
- Apply
-
def
apply5[A, B, C, D, E, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E])(f: (A, B, C, D, E) ⇒ R): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
apply6[A, B, C, D, E, FF, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E], ff: ⇒ ByteBufferPoolS[FF])(f: (A, B, C, D, E, FF) ⇒ R): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
apply7[A, B, C, D, E, FF, G, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E], ff: ⇒ ByteBufferPoolS[FF], fg: ⇒ ByteBufferPoolS[G])(f: (A, B, C, D, E, FF, G) ⇒ R): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
apply8[A, B, C, D, E, FF, G, H, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E], ff: ⇒ ByteBufferPoolS[FF], fg: ⇒ ByteBufferPoolS[G], fh: ⇒ ByteBufferPoolS[H])(f: (A, B, C, D, E, FF, G, H) ⇒ R): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
apply9[A, B, C, D, E, FF, G, H, I, R](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E], ff: ⇒ ByteBufferPoolS[FF], fg: ⇒ ByteBufferPoolS[G], fh: ⇒ ByteBufferPoolS[H], fi: ⇒ ByteBufferPoolS[I])(f: (A, B, C, D, E, FF, G, H, I) ⇒ R): ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
applyApplicative: Applicative[[α]\/[ByteBufferPoolS[α], α]]
- Definition Classes
- Apply
-
def
applyLaw: ApplyLaw
- Definition Classes
- Apply
-
val
applySyntax: ApplySyntax[ByteBufferPoolS]
- Definition Classes
- Apply
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bicompose[G[_, _]](implicit arg0: Bifunctor[G]): Bifunctor[[α, β]ByteBufferPoolS[G[α, β]]]
- Definition Classes
- Functor
-
def
bind[A, B](fa: ByteBufferPoolS[A])(f: (A) ⇒ ByteBufferPoolS[B]): ByteBufferPoolS[B]
- Definition Classes
- ByteBufferPoolMonad → Bind
-
def
bindLaw: BindLaw
- Definition Classes
- Bind
-
val
bindSyntax: BindSyntax[ByteBufferPoolS]
- Definition Classes
- Bind
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compose[G[_]](implicit G0: Applicative[G]): Applicative[[α]ByteBufferPoolS[G[α]]]
- Definition Classes
- Applicative
-
def
compose[G[_]](implicit G0: Apply[G]): Apply[[α]ByteBufferPoolS[G[α]]]
- Definition Classes
- Apply
-
def
compose[G[_]](implicit G0: Functor[G]): Functor[[α]ByteBufferPoolS[G[α]]]
- Definition Classes
- Functor
-
def
counzip[A, B](a: \/[ByteBufferPoolS[A], ByteBufferPoolS[B]]): ByteBufferPoolS[\/[A, B]]
- Definition Classes
- Functor
-
def
discardLeft[A, B](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B]): ByteBufferPoolS[B]
- Definition Classes
- ApplyParent
-
def
discardRight[A, B](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B]): ByteBufferPoolS[A]
- Definition Classes
- ApplyParent
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
filterM[A](l: List[A])(f: (A) ⇒ ByteBufferPoolS[Boolean]): ByteBufferPoolS[List[A]]
- Definition Classes
- Applicative
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flip: Applicative[ByteBufferPoolS]
- Definition Classes
- Applicative → ApplyParent
-
def
forever[A, B](fa: ByteBufferPoolS[A]): ByteBufferPoolS[B]
- Definition Classes
- Bind → ApplyParent
-
def
fpair[A](fa: ByteBufferPoolS[A]): ByteBufferPoolS[(A, A)]
- Definition Classes
- Functor
-
def
fproduct[A, B](fa: ByteBufferPoolS[A])(f: (A) ⇒ B): ByteBufferPoolS[(A, B)]
- Definition Classes
- Functor
-
def
functorLaw: FunctorLaw
- Definition Classes
- Functor
-
val
functorSyntax: FunctorSyntax[ByteBufferPoolS]
- Definition Classes
- Functor
-
def
getBuffer(min: Int): ByteBufferPoolS[ByteBuffer]
- Definition Classes
- ByteBufferPoolMonad → ByteBufferMonad
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
icompose[G[_]](implicit G0: Contravariant[G]): Contravariant[[α]ByteBufferPoolS[G[α]]]
- Definition Classes
- Functor
-
def
ifM[B](value: ByteBufferPoolS[Boolean], ifTrue: ⇒ ByteBufferPoolS[B], ifFalse: ⇒ ByteBufferPoolS[B]): ByteBufferPoolS[B]
- Definition Classes
- Bind
-
def
invariantFunctorLaw: InvariantFunctorLaw
- Definition Classes
- InvariantFunctor
-
val
invariantFunctorSyntax: InvariantFunctorSyntax[ByteBufferPoolS]
- Definition Classes
- InvariantFunctor
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterateUntil[A](f: ByteBufferPoolS[A])(p: (A) ⇒ Boolean): ByteBufferPoolS[A]
- Definition Classes
- Monad
-
def
iterateWhile[A](f: ByteBufferPoolS[A])(p: (A) ⇒ Boolean): ByteBufferPoolS[A]
- Definition Classes
- Monad
-
def
join[A](ffa: ByteBufferPoolS[ByteBufferPoolS[A]]): ByteBufferPoolS[A]
- Definition Classes
- Bind
-
def
lift[A, B](f: (A) ⇒ B): (ByteBufferPoolS[A]) ⇒ ByteBufferPoolS[B]
- Definition Classes
- Functor
-
def
lift10[A, B, C, D, E, FF, G, H, I, J, R](f: (A, B, C, D, E, FF, G, H, I, J) ⇒ R): (ByteBufferPoolS[A], ByteBufferPoolS[B], ByteBufferPoolS[C], ByteBufferPoolS[D], ByteBufferPoolS[E], ByteBufferPoolS[FF], ByteBufferPoolS[G], ByteBufferPoolS[H], ByteBufferPoolS[I], ByteBufferPoolS[J]) ⇒ ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
lift11[A, B, C, D, E, FF, G, H, I, J, K, R](f: (A, B, C, D, E, FF, G, H, I, J, K) ⇒ R): (ByteBufferPoolS[A], ByteBufferPoolS[B], ByteBufferPoolS[C], ByteBufferPoolS[D], ByteBufferPoolS[E], ByteBufferPoolS[FF], ByteBufferPoolS[G], ByteBufferPoolS[H], ByteBufferPoolS[I], ByteBufferPoolS[J], ByteBufferPoolS[K]) ⇒ ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
lift12[A, B, C, D, E, FF, G, H, I, J, K, L, R](f: (A, B, C, D, E, FF, G, H, I, J, K, L) ⇒ R): (ByteBufferPoolS[A], ByteBufferPoolS[B], ByteBufferPoolS[C], ByteBufferPoolS[D], ByteBufferPoolS[E], ByteBufferPoolS[FF], ByteBufferPoolS[G], ByteBufferPoolS[H], ByteBufferPoolS[I], ByteBufferPoolS[J], ByteBufferPoolS[K], ByteBufferPoolS[L]) ⇒ ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
lift2[A, B, C](f: (A, B) ⇒ C): (ByteBufferPoolS[A], ByteBufferPoolS[B]) ⇒ ByteBufferPoolS[C]
- Definition Classes
- Apply
-
def
lift3[A, B, C, D](f: (A, B, C) ⇒ D): (ByteBufferPoolS[A], ByteBufferPoolS[B], ByteBufferPoolS[C]) ⇒ ByteBufferPoolS[D]
- Definition Classes
- Apply
-
def
lift4[A, B, C, D, E](f: (A, B, C, D) ⇒ E): (ByteBufferPoolS[A], ByteBufferPoolS[B], ByteBufferPoolS[C], ByteBufferPoolS[D]) ⇒ ByteBufferPoolS[E]
- Definition Classes
- Apply
-
def
lift5[A, B, C, D, E, R](f: (A, B, C, D, E) ⇒ R): (ByteBufferPoolS[A], ByteBufferPoolS[B], ByteBufferPoolS[C], ByteBufferPoolS[D], ByteBufferPoolS[E]) ⇒ ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
lift6[A, B, C, D, E, FF, R](f: (A, B, C, D, E, FF) ⇒ R): (ByteBufferPoolS[A], ByteBufferPoolS[B], ByteBufferPoolS[C], ByteBufferPoolS[D], ByteBufferPoolS[E], ByteBufferPoolS[FF]) ⇒ ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
lift7[A, B, C, D, E, FF, G, R](f: (A, B, C, D, E, FF, G) ⇒ R): (ByteBufferPoolS[A], ByteBufferPoolS[B], ByteBufferPoolS[C], ByteBufferPoolS[D], ByteBufferPoolS[E], ByteBufferPoolS[FF], ByteBufferPoolS[G]) ⇒ ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
lift8[A, B, C, D, E, FF, G, H, R](f: (A, B, C, D, E, FF, G, H) ⇒ R): (ByteBufferPoolS[A], ByteBufferPoolS[B], ByteBufferPoolS[C], ByteBufferPoolS[D], ByteBufferPoolS[E], ByteBufferPoolS[FF], ByteBufferPoolS[G], ByteBufferPoolS[H]) ⇒ ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
lift9[A, B, C, D, E, FF, G, H, I, R](f: (A, B, C, D, E, FF, G, H, I) ⇒ R): (ByteBufferPoolS[A], ByteBufferPoolS[B], ByteBufferPoolS[C], ByteBufferPoolS[D], ByteBufferPoolS[E], ByteBufferPoolS[FF], ByteBufferPoolS[G], ByteBufferPoolS[H], ByteBufferPoolS[I]) ⇒ ByteBufferPoolS[R]
- Definition Classes
- Apply
-
def
map[A, B](fa: ByteBufferPoolS[A])(f: (A) ⇒ B): ByteBufferPoolS[B]
- Definition Classes
- Monad → Applicative → Functor
-
def
mapply[A, B](a: A)(f: ByteBufferPoolS[(A) ⇒ B]): ByteBufferPoolS[B]
- Definition Classes
- Functor
-
def
monadLaw: MonadLaw
- Definition Classes
- Monad
-
val
monadSyntax: MonadSyntax[ByteBufferPoolS]
- Definition Classes
- Monad
-
def
mproduct[A, B](fa: ByteBufferPoolS[A])(f: (A) ⇒ ByteBufferPoolS[B]): ByteBufferPoolS[(A, B)]
- Definition Classes
- Bind
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
point[A](a: ⇒ A): ByteBufferPoolS[A]
- Definition Classes
- ByteBufferPoolMonad → Applicative
-
def
product[G[_]](implicit G0: Monad[G]): Monad[[α](ByteBufferPoolS[α], G[α])]
- Definition Classes
- Monad
-
def
product[G[_]](implicit G0: Bind[G]): Bind[[α](ByteBufferPoolS[α], G[α])]
- Definition Classes
- Bind
-
def
product[G[_]](implicit G0: Applicative[G]): Applicative[[α](ByteBufferPoolS[α], G[α])]
- Definition Classes
- Applicative
-
def
product[G[_]](implicit G0: Apply[G]): Apply[[α](ByteBufferPoolS[α], G[α])]
- Definition Classes
- Apply
-
def
product[G[_]](implicit G0: Functor[G]): Functor[[α](ByteBufferPoolS[α], G[α])]
- Definition Classes
- Functor
-
final
def
pure[A](a: ⇒ A): ByteBufferPoolS[A]
- Definition Classes
- Applicative
-
def
replicateM[A](n: Int, fa: ByteBufferPoolS[A]): ByteBufferPoolS[List[A]]
- Definition Classes
- Applicative
-
def
replicateM_[A](n: Int, fa: ByteBufferPoolS[A]): ByteBufferPoolS[Unit]
- Definition Classes
- Applicative
-
def
sequence[A, G[_]](as: G[ByteBufferPoolS[A]])(implicit arg0: Traverse[G]): ByteBufferPoolS[G[A]]
- Definition Classes
- Applicative
-
def
sequence1[A, G[_]](as: G[ByteBufferPoolS[A]])(implicit arg0: Traverse1[G]): ByteBufferPoolS[G[A]]
- Definition Classes
- Apply
-
def
strengthL[A, B](a: A, f: ByteBufferPoolS[B]): ByteBufferPoolS[(A, B)]
- Definition Classes
- Functor
-
def
strengthR[A, B](f: ByteBufferPoolS[A], b: B): ByteBufferPoolS[(A, B)]
- Definition Classes
- Functor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
traverse[A, G[_], B](value: G[A])(f: (A) ⇒ ByteBufferPoolS[B])(implicit G: Traverse[G]): ByteBufferPoolS[G[B]]
- Definition Classes
- Applicative
-
def
traverse1[A, G[_], B](value: G[A])(f: (A) ⇒ ByteBufferPoolS[B])(implicit G: Traverse1[G]): ByteBufferPoolS[G[B]]
- Definition Classes
- Apply
-
def
tuple2[A, B](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B]): ByteBufferPoolS[(A, B)]
- Definition Classes
- Apply
-
def
tuple3[A, B, C](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C]): ByteBufferPoolS[(A, B, C)]
- Definition Classes
- Apply
-
def
tuple4[A, B, C, D](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D]): ByteBufferPoolS[(A, B, C, D)]
- Definition Classes
- Apply
-
def
tuple5[A, B, C, D, E](fa: ⇒ ByteBufferPoolS[A], fb: ⇒ ByteBufferPoolS[B], fc: ⇒ ByteBufferPoolS[C], fd: ⇒ ByteBufferPoolS[D], fe: ⇒ ByteBufferPoolS[E]): ByteBufferPoolS[(A, B, C, D, E)]
- Definition Classes
- Apply
-
def
unlessM[A](cond: Boolean)(f: ⇒ ByteBufferPoolS[A]): ByteBufferPoolS[Unit]
- Definition Classes
- Applicative
-
def
untilM[G[_], A](f: ByteBufferPoolS[A], cond: ⇒ ByteBufferPoolS[Boolean])(implicit G: MonadPlus[G]): ByteBufferPoolS[G[A]]
- Definition Classes
- Monad
-
def
untilM_[A](f: ByteBufferPoolS[A], cond: ⇒ ByteBufferPoolS[Boolean]): ByteBufferPoolS[Unit]
- Definition Classes
- Monad
-
def
void[A](fa: ByteBufferPoolS[A]): ByteBufferPoolS[Unit]
- Definition Classes
- Functor
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
whenM[A](cond: Boolean)(f: ⇒ ByteBufferPoolS[A]): ByteBufferPoolS[Unit]
- Definition Classes
- Applicative
-
def
whileM[G[_], A](p: ByteBufferPoolS[Boolean], body: ⇒ ByteBufferPoolS[A])(implicit G: MonadPlus[G]): ByteBufferPoolS[G[A]]
- Definition Classes
- Monad
-
def
whileM_[A](p: ByteBufferPoolS[Boolean], body: ⇒ ByteBufferPoolS[A]): ByteBufferPoolS[Unit]
- Definition Classes
- Monad
-
def
widen[A, B](fa: ByteBufferPoolS[A])(implicit ev: <~<[A, B]): ByteBufferPoolS[B]
- Definition Classes
- Functor
-
def
xmap[A, B](fa: ByteBufferPoolS[A], f: (A) ⇒ B, g: (B) ⇒ A): ByteBufferPoolS[B]
- Definition Classes
- Functor → InvariantFunctor
-
def
xmapb[A, B](ma: ByteBufferPoolS[A])(b: Bijection[A, B]): ByteBufferPoolS[B]
- Definition Classes
- InvariantFunctor
-
def
xmapi[A, B](ma: ByteBufferPoolS[A])(iso: scalaz.Isomorphism.<=>[A, B]): ByteBufferPoolS[B]
- Definition Classes
- InvariantFunctor