CatsUtil

sttp.tapir.server.netty.cats.internal.CatsUtil$
object CatsUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

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