Class ConvertedRealRandomAccessibleRealInterval<A,​B>

    • Field Detail

      • converterSupplier

        protected final java.util.function.Supplier<Converter<? super A,​? super B>> converterSupplier
      • convertedSupplier

        protected final java.util.function.Supplier<? extends B> convertedSupplier
    • Constructor Detail

      • ConvertedRealRandomAccessibleRealInterval

        public ConvertedRealRandomAccessibleRealInterval​(RealRandomAccessibleRealInterval<A> source,
                                                         java.util.function.Supplier<Converter<? super A,​? super B>> converterSupplier,
                                                         java.util.function.Supplier<? extends B> convertedSupplier)
      • ConvertedRealRandomAccessibleRealInterval

        public ConvertedRealRandomAccessibleRealInterval​(RealRandomAccessibleRealInterval<A> source,
                                                         Converter<? super A,​? super B> converter,
                                                         java.util.function.Supplier<? extends B> convertedSupplier)
    • Method Detail

      • getDestinationType

        @Deprecated
        public B getDestinationType()
        Deprecated.
        Returns:
        an instance of the destination Type.
      • getDestinationSupplier

        public java.util.function.Supplier<? extends B> getDestinationSupplier()
        Returns:
        the supplier of conversion destination instances
      • getType

        public B getType()
        Description copied from interface: Typed
        Get an instance of T.

        It should not be assumed that the returned T instance is an independent copy. In particular, repeated calls to getType() may return the same instance.

        Specified by:
        getType in interface Typed<A>
        Returns:
        an instance of T
      • getConverterSupplier

        public java.util.function.Supplier<Converter<? super A,​? super B>> getConverterSupplier()
        Returns:
        the supplier of converter instances