PartiallyAppliedClientCall

fs2.grpc.client.Fs2ClientCall.PartiallyAppliedClientCall
final class PartiallyAppliedClientCall[F[_]](val dummy: Boolean) extends AnyVal

Attributes

Source
Fs2ClientCall.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[Request, Response](channel: Channel, methodDescriptor: MethodDescriptor[Request, Response], dispatcher: Dispatcher[F], clientOptions: ClientOptions)(implicit F: Async[F]): F[Fs2ClientCall[F, Request, Response]]

Attributes

Source
Fs2ClientCall.scala

Concrete fields

val dummy: Boolean

Attributes

Source
Fs2ClientCall.scala