Class Gosling.Out<T>
- java.lang.Object
-
- net.blueprintforfreespeech.gosling.Gosling.Out<T>
-
- Enclosing class:
- Gosling
public static final class Gosling.Out<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Out()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
boolean
isEmpty()
void
set(T value)
-