public class HandyReturnValues extends Object
Constructor and Description |
---|
HandyReturnValues() |
Modifier and Type | Method and Description |
---|---|
char |
returnChar() |
boolean |
returnFalse() |
<T> T |
returnFor(Class<T> clazz) |
<T> T |
returnFor(T instance) |
List |
returnList() |
Map |
returnMap() |
<T> T |
returnNull() |
Set |
returnSet() |
String |
returnString() |
byte |
returnZero() |
public byte returnZero()
public char returnChar()
public <T> T returnNull()
public boolean returnFalse()
public String returnString()
public <T> T returnFor(Class<T> clazz)
public Map returnMap()
public List returnList()
public Set returnSet()
public <T> T returnFor(T instance)
Copyright © 2018. All rights reserved.