Package org.seamcat.model.plugin.builder
Interface Returner<V>
-
- Type Parameters:
V
-
public interface Returner<V>
Used inside a builder to specify which values to return for a particular method
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
thenReturn(V value)
Value to return for a previously called prototype method
-