Interface UnaryOperator<T>

  • All Superinterfaces:
    Function<T,​T>

    public interface UnaryOperator<T>
    extends Function<T,​T>
    • Method Summary

      • Methods inherited from interface org.nd4j.common.function.Function

        apply