scalaxy

streams

package streams

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. streams
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed class OptimizationStrategy extends AnyRef

Value Members

  1. object StreamsCompiler

    This modified compiler enforces a "default-private" semantics, with a @public annotation to mark entities as public.

  2. object impl

  3. macro def optimize[A](a: A): A

  4. object strategy

    Example: import scalaxy.streams.strategy.aggressive for (x <- Array(1, 2, 3); y = x * 10; z = y + 2) print(z)

Inherited from AnyRef

Inherited from Any

Ungrouped