Class Box<T>

java.lang.Object
de.scravy.bedrock.Box<T>
Type Parameters:
T - The type of the value.
All Implemented Interfaces:
ExtendedIterable<T>, Function0<T>, HasLengthAtLeast, Iterable<T>, Consumer<T>, Supplier<T>
Direct Known Subclasses:
Box.DoubleBox, Box.IntBox, Box.LongBox

public abstract class Box<T>
extends Object
implements Function0<T>, Consumer<T>, ExtendedIterable<T>
A Box holding a mutable value.