Package 

Class SingleResponseOperation

  • All Implemented Interfaces:
    com.polidea.rxandroidble2.internal.operations.Operation , java.lang.Comparable

    
    public abstract class SingleResponseOperation<T>
    extends QueueOperation<T>
                        

    A convenience class intended to use with BluetoothGatt functions that fire one-time actions.

    • Method Summary

      Modifier and Type Method Description
      String toString()
      • Methods inherited from class com.polidea.rxandroidble2.internal.QueueOperation

        compareTo, definedPriority, run
      • Methods inherited from class com.polidea.rxandroidble2.internal.operations.Operation

        run
      • Methods inherited from class java.lang.Comparable

        compareTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait