public interface com.microsoft.azure.management.resources.fluentcore.model.Appliable<T> extends com.microsoft.azure.management.resources.fluentcore.model.Indexable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.fluentcore.model.Appliable
  super_class: java.lang.Object
{
  public abstract T apply();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract rx.Observable<T> applyAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<TT;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.rest.ServiceFuture<T> applyAsync(com.microsoft.rest.ServiceCallback<T>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/rest/ServiceCallback<TT;>;)Lcom/microsoft/rest/ServiceFuture<TT;>;
    MethodParameters:
          Name  Flags
      callback  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
SourceFile: "Appliable.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "ResourceActions", CreateAsyncMultiThreadMethodParam = true)