Class OngoingEitherGet<S>


  • public class OngoingEitherGet<S>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      S orGet​(java.lang.Object... coordinates)  
      S orGet​(Position position)  
      • Methods inherited from class java.lang.Object

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

      • OngoingEitherGet

        public OngoingEitherGet​(Tensor<S> tensor,
                                S defaultValue)
    • Method Detail

      • orGet

        public S orGet​(java.lang.Object... coordinates)
      • orGet

        public S orGet​(Position position)