c
com.digitalasset.canton.networking.grpc
ManagedChannelBuilderProxy
Companion object ManagedChannelBuilderProxy
final class ManagedChannelBuilderProxy extends AnyVal
Proxy for a io.grpc.ManagedChannelBuilder with unknown type argument type
Hides the wildcard type argument to ManagedChannelBuilder
so that type inference will not
infer the more correct argument A forSome { type A <: ManagedChannelBuilder[A] }
, which is an
existential type that cannot be expressed by wildcards. This works only because Scala does not
check the bounds of wildcard type arguments.
See https://stackoverflow.com/a/5520212 for some background on existential types
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ManagedChannelBuilderProxy
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ManagedChannelBuilderProxy(builder: ManagedChannelBuilder[_])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(): ManagedChannel
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any