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

com.aliyun.openservices.ons.shaded.io.opentelemetry.context.Function Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
package com.aliyun.openservices.ons.shaded.io.opentelemetry.context;


public interface Function {
  R apply(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy