org.odata4j.core
Interface Action1<T>

All Known Implementing Classes:
HsqlAddSystemTables, LimitJdbcModelToDefaultSchema

public interface Action1<T>

Generic function implementation taking a single argument and returning no value.


Method Summary
 void apply(T input)
          Applies this function, returning no result.
 

Method Detail

apply

void apply(T input)
Applies this function, returning no result.

Parameters:
input - Function argument


http://odata4j.org