ReturnTypes

public final class ReturnTypes

Specifies types of values a handler methods may return.

Constructors

Link copied to clipboard
public void ReturnTypes(Array<TypeToken<?>> types)
Creates an instance containing the passed types.

Functions

Link copied to clipboard
public boolean equals(Object o)
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public static ReturnTypes onlyVoid()
Obtains the instance representing the void return type.