All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.com.apollographql.apollo.api.internal.Action Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package com.apollographql.apollo.api.internal;

import org.jetbrains.annotations.NotNull;

public interface Action {
  void apply(@NotNull T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy