com.univocity.api.common
Interface ValueGetter<T>

Type Parameters:
T - the type of the value to be returned from the getValue() method

public interface ValueGetter<T>

A simple interface to provide values

Author:
uniVocity Software Pty Ltd - dev@univocity.com

Method Summary
 T getValue()
          Provides a value to the caller.
 

Method Detail

getValue

T getValue()
Provides a value to the caller.

Returns:
the value


Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.