Packages

c

sbt.State

Return

final class Return extends Next

Indicates that the application should exit with the given result.

Linear Supertypes
Next, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Return
  2. Next
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Return(result: MainResult)

Value Members

  1. val result: MainResult