Class Temp

java.lang.Object
org.javimmutable.collections.Temp

public class Temp extends Object
Collection of useful temporary object classes. These can be useful as simple temporary arguments to lambda expressions like reduce(). These classes have public fields and are not intended to be used for any sort of long lived objects and certainly not as part of a data model. However they can serve as a useful way to pass a few temporary values to a reduce method or provide a simple set of working variables that a lambda can update (working around the effectively final restriction).