molecule.examples.io

primesieve

package primesieve

Visibility
  1. Public
  2. All

Value Members

  1. object PrimeSieve extends ProcessType1x1[Int, Int, Unit]

    Create a filter component with 2 inputs and 1 output - ints:Input[Int] = channel that receives the stream of integers - log:Output[Int] = that logs the primes

Ungrouped