All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.heroku.api.response.Unit Maven / Gradle / Ivy

package com.heroku.api.response;

/**
 * This class represents the functional equivalent of scala's Unit type.
 * 

* Commands that dont return anything can return Unit.unit on completion. */ public enum Unit { unit; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy