CatsUtil

object CatsUtil
class Object
trait Matchable
class Any

Value members

Concrete methods

def nettyChannelFutureToScala[F[_] : Async](nettyFuture: ChannelFuture): F[Channel]
def nettyFutureToScala[F[_] : Async, T](f: Future[T]): F[T]