Class OutParameter<E>
- java.lang.Object
-
- io.github.shsmysore.fcmjava.client.utils.OutParameter<E>
-
- Type Parameters:
E- Out Result
public class OutParameter<E> extends Object
Out Parameter to enable try-Methods for simpler code. A try method using an OutParameter should always initialize the OutParameter first, so you have a valid reference.
-
-
Constructor Summary
Constructors Constructor Description OutParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eget()Gets the Result of the OutParameter.voidset(E e)Sets the OutParameter.StringtoString()Overrides the toString Method to print the reference of the OutParameter instead of itself.
-