Package

refuel.container

indexer

Permalink

package indexer

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractIndexer[T] extends Indexer[T]

    Permalink
  2. class CanBeClosedIndexer[T] extends AbstractIndexer[T]

    Permalink

    Indexer into container.

    Indexer into container. In some cases, it may index into multiple containers. An accessible class or object can be registered for the symbol of this Indexer.

    T

    Symbol type

  3. class NarrowInstanceIndexer[T] extends AbstractIndexer[T]

    Permalink

    Indexer into container.

    Indexer into container. In some cases, it may index into multiple containers. An accessible object can be registered for the symbol of this Indexer.

    T

    Symbol type

  4. class NarrowTypeIndexer[T] extends AbstractIndexer[T]

    Permalink

    Indexer into container.

    Indexer into container. In some cases, it may index into multiple containers. An accessible class can be registered for the symbol of this Indexer.

    T

    Symbol type

Ungrouped