ShortSupplier
View sourceinterface
org.flixelgdx.functional.supplier.ShortSupplier
public interface ShortSupplier
Represents a supplier of short-valued results.
Methods
getAsShort()
public short getAsShort()
Gets a short result.
Returns: a result.