Package

io.scalajs.npm

transducers

Permalink

package transducers

transducers package object

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

Type Members

  1. trait Drop extends Function with ITransformer

    Permalink

    Drop Transducer

    Drop Transducer

    Annotations
    @RawJSType() @native()
  2. trait DropWhile extends Function with ITransformer

    Permalink

    Drop While Transducer

    Drop While Transducer

    Annotations
    @RawJSType() @native()
  3. trait Filter extends Function with ITransformer

    Permalink

    Represents a Filtering Transducer

    Represents a Filtering Transducer

    Annotations
    @RawJSType() @native()
  4. trait IReduced extends Function with ITransformer

    Permalink

    Reduced Transducer

    Reduced Transducer

    Annotations
    @RawJSType() @native()
  5. trait ITransformer extends Function

    Permalink

    Represents a Transducer

    Represents a Transducer

    Annotations
    @RawJSType() @native()
  6. trait Keep extends Function with ITransformer

    Permalink

    Keep Transducer

    Keep Transducer

    Annotations
    @RawJSType() @native()
  7. trait KeepIndexed extends Function with ITransformer

    Permalink

    Keep-Indexed Transducer

    Keep-Indexed Transducer

    Annotations
    @RawJSType() @native()
  8. trait Map extends Function with ITransformer

    Permalink

    Map Transducer

    Map Transducer

    Annotations
    @RawJSType() @native()
  9. trait PartitionAll extends Function with ITransformer

    Permalink

    Partition All

    Partition All

    Annotations
    @RawJSType() @native()
  10. trait PartitionBy extends Function with ITransformer

    Permalink

    Partition By

    Partition By

    Annotations
    @RawJSType() @native()
  11. trait Take extends Function with ITransformer

    Permalink

    Take Transducer

    Take Transducer

    Annotations
    @RawJSType() @native()
  12. trait TakeNth extends Function with ITransformer

    Permalink

    Take Nth Transducer

    Take Nth Transducer

    Annotations
    @RawJSType() @native()
  13. trait TakeWhile extends Function with ITransformer

    Permalink

    Take While Transducer

    Take While Transducer

    Annotations
    @RawJSType() @native()
  14. trait TransducersJs extends Object

    Permalink

    Transducers-Js

  15. trait Wrap extends Function with ITransformer

    Permalink

    Wrap Transducer

    Wrap Transducer

    Annotations
    @RawJSType() @native()

Value Members

  1. object TransducersJs extends Object with TransducersJs

    Permalink

    Transducers-Js Singleton

    Transducers-Js Singleton

    Annotations
    @native() @JSImport( "transducers-js" , JSImport.Namespace )
  2. object isArray extends Object

    Permalink
    Annotations
    @native() @JSName( "com.cognitect.transducers.isArray" )
  3. object isObject extends Object

    Permalink
    Annotations
    @native() @JSName( ... )
  4. object isString extends Object

    Permalink
    Annotations
    @native() @JSName( ... )
  5. object transducers extends Object with TransducersJs

    Permalink

    Transducers entry-point for browser-based applications

    Transducers entry-point for browser-based applications

    Annotations
    @native() @JSName( "transducers" )
  6. object wrap extends Object

    Permalink
    Annotations
    @native() @JSName( "com.cognitect.transducers.wrap" )

Inherited from AnyRef

Inherited from Any

Ungrouped