com.barchart.common.Function Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of barchart-streaming-client Show documentation
Show all versions of barchart-streaming-client Show documentation
Barchart Java Library for Streaming Market Data
The newest version!
package com.barchart.common;
public interface Function {
TResult execute(TData data);
}