Class OngoingMapOut<V>

  • Type Parameters:
    V - the type of values of the tensor

    public final class OngoingMapOut<V>
    extends java.lang.Object
    Provides methods to describe how to produce a map out of a tensor.

    This is part of a tensoric-internal fluent API

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <C1> Tensor<java.util.Map<C1,​V>> inDirectionOf​(java.lang.Class<? extends C1> dimension)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OngoingMapOut

        public OngoingMapOut​(Tensor<V> tensor)
    • Method Detail

      • inDirectionOf

        public <C1> Tensor<java.util.Map<C1,​V>> inDirectionOf​(java.lang.Class<? extends C1> dimension)