Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
auth[F[_]](password: ByteString)(implicit arg0: Functor[F], I: Inject[ConnectionAlgebra, F]): Free[F, Status]
-
def
clone(): AnyRef
-
implicit
val
connectionAlgebraFunctor: Functor[ConnectionAlgebra]
-
def
echo[F[_]](message: ByteString)(implicit arg0: Functor[F], I: Inject[ConnectionAlgebra, F]): Free[F, ByteString]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
inject[F[_], G[_], A](ga: G[Free[F, A]])(implicit F: Functor[F], I: Inject[G, F]): Free[F, A]
-
final
def
isInstanceOf[T0]: Boolean
-
def
match_[F[_], G[_], A](fa: Free[F, A])(implicit F: Functor[F], I: Inject[G, F]): Option[G[Free[F, A]]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
ping[F[_]](implicit arg0: Functor[F], I: Inject[ConnectionAlgebra, F]): Free[F, Status]
-
def
quit[F[_]](implicit arg0: Functor[F], I: Inject[ConnectionAlgebra, F]): Free[F, Status]
-
def
select[F[_]](index: Short)(implicit arg0: Functor[F], I: Inject[ConnectionAlgebra, F]): Free[F, Status]
-
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 InjectFunctions
Inherited from AnyRef
Inherited from Any