higherkindness.mu.rpc.internal.service.makro.TypeAnalysis
TypeTypology
Companion object TypeTypology
abstract class TypeTypology extends Product with Serializable
- Alphabetic
- By Inheritance
- TypeTypology
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TypeTypology(originalType: scala.reflect.macros.Universe.Tree, unwrappedType: scala.reflect.macros.Universe.Tree, messageType: scala.reflect.macros.Universe.Tree)
- originalType
The original type written by the user. For a request type, this will be e.g.
MyRequestorStream[F, MyRequest]orObservable[MyRequest]. For a response type, it will be inside an effect type, e.g.F[MyResponse]orF[Stream[F, MyResponse]]orF[Observable[MyResponse]]- unwrappedType
The type, with any surrounding effect type stripped. e.g.
MyRequestorStream[F, MyRequest]orObservable[MyRequest]For a request type,unwrappedType==originalType.- messageType
The type of the message in a request/response. For non-streaming request/responses,
messageType==unwrappedType. For streaming request/responses,messageTypeis the type of the stream elements. e.g. iforiginalTypeisF[Stream[F, MyResponse]]thenmessageTypeisMyResponse.
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isStreaming: Boolean
- val messageType: scala.reflect.macros.Universe.Tree
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val originalType: scala.reflect.macros.Universe.Tree
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val unwrappedType: scala.reflect.macros.Universe.Tree
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated