BlueberrySherbet

core / com.gmail.ayteneve93.blueberrysherbetcore.request.info / BlueberryRequestInfoWithSimpleResult

BlueberryRequestInfoWithSimpleResult

(JVM) class BlueberryRequestInfoWithSimpleResult<ReturnType> : BlueberryAbstractRequestInfo

Constructors

Name Summary
(JVM) <init> BlueberryRequestInfoWithSimpleResult(uuid: UUID, priority: Int, awaitingMills: Int, blueberryRequest: BlueberryAbstractRequest<ReturnType>, requestType: Class<out Annotation>)

Functions

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