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

com.apollographql.apollo3.api.internal.Function.kt Maven / Gradle / Ivy

package com.apollographql.apollo3.api.internal

@Deprecated("This shouldn't be used anymore with Kotlin APIs")
interface Function {
  /**
   * Apply some calculation to the input value and return some other value.
   *
   * @param t the input value
   * @return the output value
   */
  fun apply(t: T): R
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy