io.github.positionpal.location.presentation.proto.UserSessionsServiceFs2Grpc
See theUserSessionsServiceFs2Grpc companion trait
object UserSessionsServiceFs2Grpc extends GeneratedCompanion[[F[_], A] =>> UserSessionsServiceFs2Grpc[F, A]]
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Value members
Concrete methods
def mkClient[F[_] : Async, A](dispatcher: Dispatcher[F], channel: Channel, mkMetadata: A => F[Metadata], clientOptions: ClientOptions): UserSessionsServiceFs2Grpc[F, A]
Inherited methods
final def bindService[F[_] : Async](dispatcher: Dispatcher[F], serviceImpl: UserSessionsServiceFs2Grpc[F, Metadata]): ServerServiceDefinition
Attributes
- Inherited from:
- GeneratedCompanion
final def bindService[F[_] : Async](dispatcher: Dispatcher[F], serviceImpl: UserSessionsServiceFs2Grpc[F, Metadata], serverOptions: ServerOptions): ServerServiceDefinition
Attributes
- Inherited from:
- GeneratedCompanion
final def bindServiceResource[F[_] : Async](serviceImpl: UserSessionsServiceFs2Grpc[F, Metadata]): Resource[F, ServerServiceDefinition]
Attributes
- Inherited from:
- GeneratedCompanion
final def bindServiceResource[F[_] : Async](serviceImpl: UserSessionsServiceFs2Grpc[F, Metadata], serverOptions: ServerOptions): Resource[F, ServerServiceDefinition]
Attributes
- Inherited from:
- GeneratedCompanion
final def client[F[_] : Async, A](dispatcher: Dispatcher[F], channel: Channel, mkMetadata: A => Metadata): [F[_], A] =>> UserSessionsServiceFs2Grpc[F, A][F, A]
Attributes
- Inherited from:
- GeneratedCompanion
final def client[F[_] : Async, A](dispatcher: Dispatcher[F], channel: Channel, mkMetadata: A => Metadata, clientOptions: ClientOptions): [F[_], A] =>> UserSessionsServiceFs2Grpc[F, A][F, A]
Attributes
- Inherited from:
- GeneratedCompanion
final def clientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => Metadata): Resource[F, [F[_], A] =>> UserSessionsServiceFs2Grpc[F, A][F, A]]
Attributes
- Inherited from:
- GeneratedCompanion
final def clientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => Metadata, clientOptions: ClientOptions): Resource[F, [F[_], A] =>> UserSessionsServiceFs2Grpc[F, A][F, A]]
Attributes
- Inherited from:
- GeneratedCompanion
final def mkClient[F[_] : Async, A](dispatcher: Dispatcher[F], channel: Channel, mkMetadata: A => F[Metadata]): [F[_], A] =>> UserSessionsServiceFs2Grpc[F, A][F, A]
Attributes
- Inherited from:
- GeneratedCompanion
final def mkClientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => F[Metadata]): Resource[F, [F[_], A] =>> UserSessionsServiceFs2Grpc[F, A][F, A]]
Attributes
- Inherited from:
- GeneratedCompanion
final def mkClientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => F[Metadata], clientOptions: ClientOptions): Resource[F, [F[_], A] =>> UserSessionsServiceFs2Grpc[F, A][F, A]]
Attributes
- Inherited from:
- GeneratedCompanion
final def service[F[_] : Async, A](dispatcher: Dispatcher[F], serviceImpl: UserSessionsServiceFs2Grpc[F, A], f: Metadata => F[A]): ServerServiceDefinition
Attributes
- Inherited from:
- GeneratedCompanion
final def service[F[_] : Async, A](dispatcher: Dispatcher[F], serviceImpl: UserSessionsServiceFs2Grpc[F, A], f: Metadata => F[A], serverOptions: ServerOptions): ServerServiceDefinition
Attributes
- Inherited from:
- GeneratedCompanion
final def serviceResource[F[_] : Async, A](serviceImpl: UserSessionsServiceFs2Grpc[F, A], f: Metadata => F[A]): Resource[F, ServerServiceDefinition]
Attributes
- Inherited from:
- GeneratedCompanion
final def serviceResource[F[_] : Async, A](serviceImpl: UserSessionsServiceFs2Grpc[F, A], f: Metadata => F[A], serverOptions: ServerOptions): Resource[F, ServerServiceDefinition]
Attributes
- Inherited from:
- GeneratedCompanion
final def stub[F[_] : Async](dispatcher: Dispatcher[F], channel: Channel): [F[_], A] =>> UserSessionsServiceFs2Grpc[F, A][F, Metadata]
Attributes
- Inherited from:
- GeneratedCompanion
final def stub[F[_] : Async](dispatcher: Dispatcher[F], channel: Channel, clientOptions: ClientOptions): [F[_], A] =>> UserSessionsServiceFs2Grpc[F, A][F, Metadata]
Attributes
- Inherited from:
- GeneratedCompanion
final def stubResource[F[_] : Async](channel: Channel): Resource[F, [F[_], A] =>> UserSessionsServiceFs2Grpc[F, A][F, Metadata]]
Attributes
- Inherited from:
- GeneratedCompanion
final def stubResource[F[_] : Async](channel: Channel, clientOptions: ClientOptions): Resource[F, [F[_], A] =>> UserSessionsServiceFs2Grpc[F, A][F, Metadata]]
Attributes
- Inherited from:
- GeneratedCompanion
Implicits
Inherited implicits
final implicit def serviceCompanion: GeneratedCompanion[[F[_], A] =>> UserSessionsServiceFs2Grpc[F, A]]
Attributes
- Inherited from:
- GeneratedCompanion
In this article