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

org.reactivestreams.tck.flow.support.Function Maven / Gradle / Ivy

The newest version!
/***************************************************
 * Licensed under MIT No Attribution (SPDX: MIT-0) *
 ***************************************************/

package org.reactivestreams.tck.flow.support;

public interface Function {
  public Out apply(In in) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy