Class FunctionRandomAccessible.FunctionRandomAccess

    • Field Detail

      • t

        private final T t
      • function

        private final java.util.function.BiConsumer<Localizable,​? super T> function
    • Constructor Detail

      • FunctionRandomAccess

        public FunctionRandomAccess()
    • Method Detail

      • get

        public T get()
        Description copied from interface: Sampler
        Access the actual T instance providing access to a pixel, sub-pixel or integral region value the Sampler points at.
        Specified by:
        get in interface Sampler<T>