Package

miniboxing

internal

Permalink

package internal

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractFunction0Wrapper[+R] extends AbstractFunction0[R]

    Permalink
  2. abstract class AbstractFunction1Wrapper[-T1, +R] extends AbstractFunction1[T1, R]

    Permalink
  3. abstract class AbstractFunction2Wrapper[-T1, -T2, +R] extends AbstractFunction2[T1, T2, R]

    Permalink
  4. abstract class AbstractMiniboxedFunction0[+R] extends MiniboxedFunction0[R] with Serializable

    Permalink
  5. abstract class AbstractMiniboxedFunction1[-T1, +R] extends MiniboxedFunction1[T1, R] with Serializable

    Permalink
  6. abstract class AbstractMiniboxedFunction2[-T1, -T2, +R] extends MiniboxedFunction2[T1, T2, R] with Serializable

    Permalink
  7. class MiniboxArray extends AnyRef

    Permalink
  8. class MiniboxArrayDouble extends AnyRef

    Permalink
  9. class MiniboxArrayLong extends AnyRef

    Permalink
  10. trait MiniboxConstants extends AnyRef

    Permalink
  11. class MiniboxConversions extends AnyRef

    Permalink
  12. class MiniboxConversionsDouble extends AnyRef

    Permalink
  13. class MiniboxConversionsLong extends AnyRef

    Permalink
  14. class MiniboxDispatch extends AnyRef

    Permalink
  15. class MiniboxDispatchDouble extends AnyRef

    Permalink
  16. class MiniboxDispatchLong extends AnyRef

    Permalink
  17. trait MiniboxedFunction0[+R] extends AnyRef

    Permalink

    A miniboxed version of the Function0.

    A miniboxed version of the Function0. It is used to efficiently invoke the function from a miniboxed environment.

  18. trait MiniboxedFunction1[-T1, +R] extends AnyRef

    Permalink

    A miniboxed version of the Function1.

    A miniboxed version of the Function1. It is used to efficiently invoke the function from a miniboxed environment.

  19. trait MiniboxedFunction2[-T1, -T2, +R] extends AnyRef

    Permalink

    A miniboxed version of the Function2.

    A miniboxed version of the Function2. It is used to efficiently invoke the function from a miniboxed environment.

  20. class nobridge extends Annotation

    Permalink

Value Members

  1. object MiniboxedFunctionBridge

    Permalink
  2. object MiniboxedTuple

    Permalink
  3. package array

    Permalink
  4. package reflect

    Permalink

Ungrouped