core / com.gmail.ayteneve93.blueberrysherbetcore.request.info / BlueberryRequestInfoWithSimpleResult
(JVM) class BlueberryRequestInfoWithSimpleResult<ReturnType> :
BlueberryAbstractRequestInfo
Name | Summary |
---|---|
(JVM) <init> | BlueberryRequestInfoWithSimpleResult(uuid: UUID , priority: Int , awaitingMills: Int , blueberryRequest: BlueberryAbstractRequest <ReturnType>, requestType: Class <out Annotation >) |
Name | Summary |
---|---|
(JVM) byCoroutine | suspend fun byCoroutine(): BlueberryCallbackResultData <ReturnType> |
(JVM) byRx2 | fun byRx2(): Single< BlueberryCallbackResultData <ReturnType>> |
(JVM) convertToSimpleHashMap | fun convertToSimpleHashMap(): HashMap < String , Any ?> |
(JVM) enqueue | fun enqueue(callback: BlueberryCallbackWithResult <ReturnType>): Unit |