Interface LazyStringValue<S>

Type Parameters:
S - type of the input used to compute the value
All Superinterfaces:
LazyValue<S,String>

public interface LazyStringValue<S> extends LazyValue<S,String>
Interface for a LazyValue that gives a String output.