trait Resulting[T] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Resulting
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val copyOriginalValue: (Int, Int, Int, Int) ⇒ Unit

    Copies original value to result, (focusCol: Int, focusRow: Int, resultCol: Int, rowRow: Int) => Unit

  2. abstract def result: T