Class MetricFactory.ToLinenote<C>

java.lang.Object
com.chemaxon.descriptors.metrics.MetricFactory.ToLinenote<C>
Type Parameters:
C - Repesented metric class
All Implemented Interfaces:
Function<MetricFactory<C>,com.chemaxon.apidiscovery.linenote.Linenote<C>>
Enclosing interface:
MetricFactory<C>

@Beta @Deprecated(forRemoval=true) @SubjectToRemoval(date=JAN_01_2025) public static class MetricFactory.ToLinenote<C> extends Object implements Function<MetricFactory<C>,com.chemaxon.apidiscovery.linenote.Linenote<C>>
Deprecated, for removal: This API element is subject to removal in a future version.
Utility for creating a default linenote.

Note that this API is under development.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.chemaxon.apidiscovery.linenote.Linenote<C>
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • ToLinenote

      public ToLinenote()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • apply

      public com.chemaxon.apidiscovery.linenote.Linenote<C> apply(MetricFactory<C> f)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      apply in interface Function<MetricFactory<C>,com.chemaxon.apidiscovery.linenote.Linenote<C>>