KeyPoolBuilder

org.typelevel.keypool.KeyPoolBuilder
See theKeyPoolBuilder companion class

Attributes

Companion
class
Source
KeyPoolBuilder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Deprecated methods

def apply[F[_] : Temporal, A, B](create: A => F[B], destroy: B => F[Unit]): KeyPoolBuilder[F, A, B]

Attributes

Deprecated
true
Source
KeyPoolBuilder.scala