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

com.twitter.summingbird.javaapi.Sink Maven / Gradle / Ivy

The newest version!
package com.twitter.summingbird.javaapi;

import com.twitter.summingbird.Platform;

/**
 * a Sink used to write to
 *
 * @author Julien Le Dem
 *
 * @param 

the underlying platform * @param Is the actual type used by the underlying Platform it is parameterized in * @param written type */ public class Sink

, SINK, T> extends Wrapper { public Sink(SINK sink) { super(sink); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy