Trait/Object

com.github.j5ik2o.reactive.aws.lambda.akka

LambdaAkkaClient

Related Docs: object LambdaAkkaClient | package akka

Permalink

trait LambdaAkkaClient extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LambdaAkkaClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val underlying: LambdaAsyncClient

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addLayerVersionPermissionFlow(parallelism: Int = DefaultParallelism): Flow[AddLayerVersionPermissionRequest, AddLayerVersionPermissionResponse, NotUsed]

    Permalink
  5. def addLayerVersionPermissionSource(addLayerVersionPermissionRequest: AddLayerVersionPermissionRequest, parallelism: Int = DefaultParallelism): Source[AddLayerVersionPermissionResponse, NotUsed]

    Permalink
  6. def addPermissionFlow(parallelism: Int = DefaultParallelism): Flow[AddPermissionRequest, AddPermissionResponse, NotUsed]

    Permalink
  7. def addPermissionSource(addPermissionRequest: AddPermissionRequest, parallelism: Int = DefaultParallelism): Source[AddPermissionResponse, NotUsed]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. def createAliasFlow(parallelism: Int = DefaultParallelism): Flow[CreateAliasRequest, CreateAliasResponse, NotUsed]

    Permalink
  11. def createAliasSource(createAliasRequest: CreateAliasRequest, parallelism: Int = DefaultParallelism): Source[CreateAliasResponse, NotUsed]

    Permalink
  12. def createEventSourceMappingFlow(parallelism: Int = DefaultParallelism): Flow[CreateEventSourceMappingRequest, CreateEventSourceMappingResponse, NotUsed]

    Permalink
  13. def createEventSourceMappingSource(createEventSourceMappingRequest: CreateEventSourceMappingRequest, parallelism: Int = DefaultParallelism): Source[CreateEventSourceMappingResponse, NotUsed]

    Permalink
  14. def createFunctionFlow(parallelism: Int = DefaultParallelism): Flow[CreateFunctionRequest, CreateFunctionResponse, NotUsed]

    Permalink
  15. def createFunctionSource(createFunctionRequest: CreateFunctionRequest, parallelism: Int = DefaultParallelism): Source[CreateFunctionResponse, NotUsed]

    Permalink
  16. def deleteAliasFlow(parallelism: Int = DefaultParallelism): Flow[DeleteAliasRequest, DeleteAliasResponse, NotUsed]

    Permalink
  17. def deleteAliasSource(deleteAliasRequest: DeleteAliasRequest, parallelism: Int = DefaultParallelism): Source[DeleteAliasResponse, NotUsed]

    Permalink
  18. def deleteEventSourceMappingFlow(parallelism: Int = DefaultParallelism): Flow[DeleteEventSourceMappingRequest, DeleteEventSourceMappingResponse, NotUsed]

    Permalink
  19. def deleteEventSourceMappingSource(deleteEventSourceMappingRequest: DeleteEventSourceMappingRequest, parallelism: Int = DefaultParallelism): Source[DeleteEventSourceMappingResponse, NotUsed]

    Permalink
  20. def deleteFunctionConcurrencyFlow(parallelism: Int = DefaultParallelism): Flow[DeleteFunctionConcurrencyRequest, DeleteFunctionConcurrencyResponse, NotUsed]

    Permalink
  21. def deleteFunctionConcurrencySource(deleteFunctionConcurrencyRequest: DeleteFunctionConcurrencyRequest, parallelism: Int = DefaultParallelism): Source[DeleteFunctionConcurrencyResponse, NotUsed]

    Permalink
  22. def deleteFunctionEventInvokeConfigFlow(parallelism: Int = DefaultParallelism): Flow[DeleteFunctionEventInvokeConfigRequest, DeleteFunctionEventInvokeConfigResponse, NotUsed]

    Permalink
  23. def deleteFunctionEventInvokeConfigSource(deleteFunctionEventInvokeConfigRequest: DeleteFunctionEventInvokeConfigRequest, parallelism: Int = DefaultParallelism): Source[DeleteFunctionEventInvokeConfigResponse, NotUsed]

    Permalink
  24. def deleteFunctionFlow(parallelism: Int = DefaultParallelism): Flow[DeleteFunctionRequest, DeleteFunctionResponse, NotUsed]

    Permalink
  25. def deleteFunctionSource(deleteFunctionRequest: DeleteFunctionRequest, parallelism: Int = DefaultParallelism): Source[DeleteFunctionResponse, NotUsed]

    Permalink
  26. def deleteLayerVersionFlow(parallelism: Int = DefaultParallelism): Flow[DeleteLayerVersionRequest, DeleteLayerVersionResponse, NotUsed]

    Permalink
  27. def deleteLayerVersionSource(deleteLayerVersionRequest: DeleteLayerVersionRequest, parallelism: Int = DefaultParallelism): Source[DeleteLayerVersionResponse, NotUsed]

    Permalink
  28. def deleteProvisionedConcurrencyConfigFlow(parallelism: Int = DefaultParallelism): Flow[DeleteProvisionedConcurrencyConfigRequest, DeleteProvisionedConcurrencyConfigResponse, NotUsed]

    Permalink
  29. def deleteProvisionedConcurrencyConfigSource(deleteProvisionedConcurrencyConfigRequest: DeleteProvisionedConcurrencyConfigRequest, parallelism: Int = DefaultParallelism): Source[DeleteProvisionedConcurrencyConfigResponse, NotUsed]

    Permalink
  30. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  32. def getAccountSettingsFlow(parallelism: Int = DefaultParallelism): Flow[GetAccountSettingsRequest, GetAccountSettingsResponse, NotUsed]

    Permalink
  33. def getAccountSettingsSource(): Source[GetAccountSettingsResponse, NotUsed]

    Permalink
  34. def getAccountSettingsSource(getAccountSettingsRequest: GetAccountSettingsRequest, parallelism: Int = DefaultParallelism): Source[GetAccountSettingsResponse, NotUsed]

    Permalink
  35. def getAliasFlow(parallelism: Int = DefaultParallelism): Flow[GetAliasRequest, GetAliasResponse, NotUsed]

    Permalink
  36. def getAliasSource(getAliasRequest: GetAliasRequest, parallelism: Int = DefaultParallelism): Source[GetAliasResponse, NotUsed]

    Permalink
  37. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  38. def getEventSourceMappingFlow(parallelism: Int = DefaultParallelism): Flow[GetEventSourceMappingRequest, GetEventSourceMappingResponse, NotUsed]

    Permalink
  39. def getEventSourceMappingSource(getEventSourceMappingRequest: GetEventSourceMappingRequest, parallelism: Int = DefaultParallelism): Source[GetEventSourceMappingResponse, NotUsed]

    Permalink
  40. def getFunctionConcurrencyFlow(parallelism: Int = DefaultParallelism): Flow[GetFunctionConcurrencyRequest, GetFunctionConcurrencyResponse, NotUsed]

    Permalink
  41. def getFunctionConcurrencySource(getFunctionConcurrencyRequest: GetFunctionConcurrencyRequest, parallelism: Int = DefaultParallelism): Source[GetFunctionConcurrencyResponse, NotUsed]

    Permalink
  42. def getFunctionConfigurationFlow(parallelism: Int = DefaultParallelism): Flow[GetFunctionConfigurationRequest, GetFunctionConfigurationResponse, NotUsed]

    Permalink
  43. def getFunctionConfigurationSource(getFunctionConfigurationRequest: GetFunctionConfigurationRequest, parallelism: Int = DefaultParallelism): Source[GetFunctionConfigurationResponse, NotUsed]

    Permalink
  44. def getFunctionEventInvokeConfigFlow(parallelism: Int = DefaultParallelism): Flow[GetFunctionEventInvokeConfigRequest, GetFunctionEventInvokeConfigResponse, NotUsed]

    Permalink
  45. def getFunctionEventInvokeConfigSource(getFunctionEventInvokeConfigRequest: GetFunctionEventInvokeConfigRequest, parallelism: Int = DefaultParallelism): Source[GetFunctionEventInvokeConfigResponse, NotUsed]

    Permalink
  46. def getFunctionFlow(parallelism: Int = DefaultParallelism): Flow[GetFunctionRequest, GetFunctionResponse, NotUsed]

    Permalink
  47. def getFunctionSource(getFunctionRequest: GetFunctionRequest, parallelism: Int = DefaultParallelism): Source[GetFunctionResponse, NotUsed]

    Permalink
  48. def getLayerVersionByArnFlow(parallelism: Int = DefaultParallelism): Flow[GetLayerVersionByArnRequest, GetLayerVersionByArnResponse, NotUsed]

    Permalink
  49. def getLayerVersionByArnSource(getLayerVersionByArnRequest: GetLayerVersionByArnRequest, parallelism: Int = DefaultParallelism): Source[GetLayerVersionByArnResponse, NotUsed]

    Permalink
  50. def getLayerVersionFlow(parallelism: Int = DefaultParallelism): Flow[GetLayerVersionRequest, GetLayerVersionResponse, NotUsed]

    Permalink
  51. def getLayerVersionPolicyFlow(parallelism: Int = DefaultParallelism): Flow[GetLayerVersionPolicyRequest, GetLayerVersionPolicyResponse, NotUsed]

    Permalink
  52. def getLayerVersionPolicySource(getLayerVersionPolicyRequest: GetLayerVersionPolicyRequest, parallelism: Int = DefaultParallelism): Source[GetLayerVersionPolicyResponse, NotUsed]

    Permalink
  53. def getLayerVersionSource(getLayerVersionRequest: GetLayerVersionRequest, parallelism: Int = DefaultParallelism): Source[GetLayerVersionResponse, NotUsed]

    Permalink
  54. def getPolicyFlow(parallelism: Int = DefaultParallelism): Flow[GetPolicyRequest, GetPolicyResponse, NotUsed]

    Permalink
  55. def getPolicySource(getPolicyRequest: GetPolicyRequest, parallelism: Int = DefaultParallelism): Source[GetPolicyResponse, NotUsed]

    Permalink
  56. def getProvisionedConcurrencyConfigFlow(parallelism: Int = DefaultParallelism): Flow[GetProvisionedConcurrencyConfigRequest, GetProvisionedConcurrencyConfigResponse, NotUsed]

    Permalink
  57. def getProvisionedConcurrencyConfigSource(getProvisionedConcurrencyConfigRequest: GetProvisionedConcurrencyConfigRequest, parallelism: Int = DefaultParallelism): Source[GetProvisionedConcurrencyConfigResponse, NotUsed]

    Permalink
  58. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  59. def invokeFlow(parallelism: Int = DefaultParallelism): Flow[InvokeRequest, InvokeResponse, NotUsed]

    Permalink
  60. def invokeSource(invokeRequest: InvokeRequest, parallelism: Int = DefaultParallelism): Source[InvokeResponse, NotUsed]

    Permalink
  61. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  62. def listAliasesFlow(parallelism: Int = DefaultParallelism): Flow[ListAliasesRequest, ListAliasesResponse, NotUsed]

    Permalink
  63. def listAliasesPaginatorFlow: Flow[ListAliasesRequest, ListAliasesResponse, NotUsed]

    Permalink
  64. def listAliasesSource(listAliasesRequest: ListAliasesRequest, parallelism: Int = DefaultParallelism): Source[ListAliasesResponse, NotUsed]

    Permalink
  65. def listEventSourceMappingsFlow(parallelism: Int = DefaultParallelism): Flow[ListEventSourceMappingsRequest, ListEventSourceMappingsResponse, NotUsed]

    Permalink
  66. def listEventSourceMappingsPaginatorFlow: Flow[ListEventSourceMappingsRequest, ListEventSourceMappingsResponse, NotUsed]

    Permalink
  67. def listEventSourceMappingsPaginatorSource: Source[ListEventSourceMappingsResponse, NotUsed]

    Permalink
  68. def listEventSourceMappingsSource(): Source[ListEventSourceMappingsResponse, NotUsed]

    Permalink
  69. def listEventSourceMappingsSource(listEventSourceMappingsRequest: ListEventSourceMappingsRequest, parallelism: Int = DefaultParallelism): Source[ListEventSourceMappingsResponse, NotUsed]

    Permalink
  70. def listFunctionEventInvokeConfigsFlow(parallelism: Int = DefaultParallelism): Flow[ListFunctionEventInvokeConfigsRequest, ListFunctionEventInvokeConfigsResponse, NotUsed]

    Permalink
  71. def listFunctionEventInvokeConfigsPaginatorFlow: Flow[ListFunctionEventInvokeConfigsRequest, ListFunctionEventInvokeConfigsResponse, NotUsed]

    Permalink
  72. def listFunctionEventInvokeConfigsSource(listFunctionEventInvokeConfigsRequest: ListFunctionEventInvokeConfigsRequest, parallelism: Int = DefaultParallelism): Source[ListFunctionEventInvokeConfigsResponse, NotUsed]

    Permalink
  73. def listFunctionsFlow(parallelism: Int = DefaultParallelism): Flow[ListFunctionsRequest, ListFunctionsResponse, NotUsed]

    Permalink
  74. def listFunctionsPaginatorFlow: Flow[ListFunctionsRequest, ListFunctionsResponse, NotUsed]

    Permalink
  75. def listFunctionsPaginatorSource: Source[ListFunctionsResponse, NotUsed]

    Permalink
  76. def listFunctionsSource(): Source[ListFunctionsResponse, NotUsed]

    Permalink
  77. def listFunctionsSource(listFunctionsRequest: ListFunctionsRequest, parallelism: Int = DefaultParallelism): Source[ListFunctionsResponse, NotUsed]

    Permalink
  78. def listLayerVersionsFlow(parallelism: Int = DefaultParallelism): Flow[ListLayerVersionsRequest, ListLayerVersionsResponse, NotUsed]

    Permalink
  79. def listLayerVersionsPaginatorFlow: Flow[ListLayerVersionsRequest, ListLayerVersionsResponse, NotUsed]

    Permalink
  80. def listLayerVersionsSource(listLayerVersionsRequest: ListLayerVersionsRequest, parallelism: Int = DefaultParallelism): Source[ListLayerVersionsResponse, NotUsed]

    Permalink
  81. def listLayersFlow(parallelism: Int = DefaultParallelism): Flow[ListLayersRequest, ListLayersResponse, NotUsed]

    Permalink
  82. def listLayersPaginatorFlow: Flow[ListLayersRequest, ListLayersResponse, NotUsed]

    Permalink
  83. def listLayersPaginatorSource: Source[ListLayersResponse, NotUsed]

    Permalink
  84. def listLayersSource(): Source[ListLayersResponse, NotUsed]

    Permalink
  85. def listLayersSource(listLayersRequest: ListLayersRequest, parallelism: Int = DefaultParallelism): Source[ListLayersResponse, NotUsed]

    Permalink
  86. def listProvisionedConcurrencyConfigsFlow(parallelism: Int = DefaultParallelism): Flow[ListProvisionedConcurrencyConfigsRequest, ListProvisionedConcurrencyConfigsResponse, NotUsed]

    Permalink
  87. def listProvisionedConcurrencyConfigsPaginatorFlow: Flow[ListProvisionedConcurrencyConfigsRequest, ListProvisionedConcurrencyConfigsResponse, NotUsed]

    Permalink
  88. def listProvisionedConcurrencyConfigsSource(listProvisionedConcurrencyConfigsRequest: ListProvisionedConcurrencyConfigsRequest, parallelism: Int = DefaultParallelism): Source[ListProvisionedConcurrencyConfigsResponse, NotUsed]

    Permalink
  89. def listTagsFlow(parallelism: Int = DefaultParallelism): Flow[ListTagsRequest, ListTagsResponse, NotUsed]

    Permalink
  90. def listTagsSource(listTagsRequest: ListTagsRequest, parallelism: Int = DefaultParallelism): Source[ListTagsResponse, NotUsed]

    Permalink
  91. def listVersionsByFunctionFlow(parallelism: Int = DefaultParallelism): Flow[ListVersionsByFunctionRequest, ListVersionsByFunctionResponse, NotUsed]

    Permalink
  92. def listVersionsByFunctionPaginatorFlow: Flow[ListVersionsByFunctionRequest, ListVersionsByFunctionResponse, NotUsed]

    Permalink
  93. def listVersionsByFunctionSource(listVersionsByFunctionRequest: ListVersionsByFunctionRequest, parallelism: Int = DefaultParallelism): Source[ListVersionsByFunctionResponse, NotUsed]

    Permalink
  94. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  95. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  96. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  97. def publishLayerVersionFlow(parallelism: Int = DefaultParallelism): Flow[PublishLayerVersionRequest, PublishLayerVersionResponse, NotUsed]

    Permalink
  98. def publishLayerVersionSource(publishLayerVersionRequest: PublishLayerVersionRequest, parallelism: Int = DefaultParallelism): Source[PublishLayerVersionResponse, NotUsed]

    Permalink
  99. def publishVersionFlow(parallelism: Int = DefaultParallelism): Flow[PublishVersionRequest, PublishVersionResponse, NotUsed]

    Permalink
  100. def publishVersionSource(publishVersionRequest: PublishVersionRequest, parallelism: Int = DefaultParallelism): Source[PublishVersionResponse, NotUsed]

    Permalink
  101. def putFunctionConcurrencyFlow(parallelism: Int = DefaultParallelism): Flow[PutFunctionConcurrencyRequest, PutFunctionConcurrencyResponse, NotUsed]

    Permalink
  102. def putFunctionConcurrencySource(putFunctionConcurrencyRequest: PutFunctionConcurrencyRequest, parallelism: Int = DefaultParallelism): Source[PutFunctionConcurrencyResponse, NotUsed]

    Permalink
  103. def putFunctionEventInvokeConfigFlow(parallelism: Int = DefaultParallelism): Flow[PutFunctionEventInvokeConfigRequest, PutFunctionEventInvokeConfigResponse, NotUsed]

    Permalink
  104. def putFunctionEventInvokeConfigSource(putFunctionEventInvokeConfigRequest: PutFunctionEventInvokeConfigRequest, parallelism: Int = DefaultParallelism): Source[PutFunctionEventInvokeConfigResponse, NotUsed]

    Permalink
  105. def putProvisionedConcurrencyConfigFlow(parallelism: Int = DefaultParallelism): Flow[PutProvisionedConcurrencyConfigRequest, PutProvisionedConcurrencyConfigResponse, NotUsed]

    Permalink
  106. def putProvisionedConcurrencyConfigSource(putProvisionedConcurrencyConfigRequest: PutProvisionedConcurrencyConfigRequest, parallelism: Int = DefaultParallelism): Source[PutProvisionedConcurrencyConfigResponse, NotUsed]

    Permalink
  107. def removeLayerVersionPermissionFlow(parallelism: Int = DefaultParallelism): Flow[RemoveLayerVersionPermissionRequest, RemoveLayerVersionPermissionResponse, NotUsed]

    Permalink
  108. def removeLayerVersionPermissionSource(removeLayerVersionPermissionRequest: RemoveLayerVersionPermissionRequest, parallelism: Int = DefaultParallelism): Source[RemoveLayerVersionPermissionResponse, NotUsed]

    Permalink
  109. def removePermissionFlow(parallelism: Int = DefaultParallelism): Flow[RemovePermissionRequest, RemovePermissionResponse, NotUsed]

    Permalink
  110. def removePermissionSource(removePermissionRequest: RemovePermissionRequest, parallelism: Int = DefaultParallelism): Source[RemovePermissionResponse, NotUsed]

    Permalink
  111. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  112. def tagResourceFlow(parallelism: Int = DefaultParallelism): Flow[TagResourceRequest, TagResourceResponse, NotUsed]

    Permalink
  113. def tagResourceSource(tagResourceRequest: TagResourceRequest, parallelism: Int = DefaultParallelism): Source[TagResourceResponse, NotUsed]

    Permalink
  114. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  115. def untagResourceFlow(parallelism: Int = DefaultParallelism): Flow[UntagResourceRequest, UntagResourceResponse, NotUsed]

    Permalink
  116. def untagResourceSource(untagResourceRequest: UntagResourceRequest, parallelism: Int = DefaultParallelism): Source[UntagResourceResponse, NotUsed]

    Permalink
  117. def updateAliasFlow(parallelism: Int = DefaultParallelism): Flow[UpdateAliasRequest, UpdateAliasResponse, NotUsed]

    Permalink
  118. def updateAliasSource(updateAliasRequest: UpdateAliasRequest, parallelism: Int = DefaultParallelism): Source[UpdateAliasResponse, NotUsed]

    Permalink
  119. def updateEventSourceMappingFlow(parallelism: Int = DefaultParallelism): Flow[UpdateEventSourceMappingRequest, UpdateEventSourceMappingResponse, NotUsed]

    Permalink
  120. def updateEventSourceMappingSource(updateEventSourceMappingRequest: UpdateEventSourceMappingRequest, parallelism: Int = DefaultParallelism): Source[UpdateEventSourceMappingResponse, NotUsed]

    Permalink
  121. def updateFunctionCodeFlow(parallelism: Int = DefaultParallelism): Flow[UpdateFunctionCodeRequest, UpdateFunctionCodeResponse, NotUsed]

    Permalink
  122. def updateFunctionCodeSource(updateFunctionCodeRequest: UpdateFunctionCodeRequest, parallelism: Int = DefaultParallelism): Source[UpdateFunctionCodeResponse, NotUsed]

    Permalink
  123. def updateFunctionConfigurationFlow(parallelism: Int = DefaultParallelism): Flow[UpdateFunctionConfigurationRequest, UpdateFunctionConfigurationResponse, NotUsed]

    Permalink
  124. def updateFunctionConfigurationSource(updateFunctionConfigurationRequest: UpdateFunctionConfigurationRequest, parallelism: Int = DefaultParallelism): Source[UpdateFunctionConfigurationResponse, NotUsed]

    Permalink
  125. def updateFunctionEventInvokeConfigFlow(parallelism: Int = DefaultParallelism): Flow[UpdateFunctionEventInvokeConfigRequest, UpdateFunctionEventInvokeConfigResponse, NotUsed]

    Permalink
  126. def updateFunctionEventInvokeConfigSource(updateFunctionEventInvokeConfigRequest: UpdateFunctionEventInvokeConfigRequest, parallelism: Int = DefaultParallelism): Source[UpdateFunctionEventInvokeConfigResponse, NotUsed]

    Permalink
  127. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  128. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  129. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped