Class MetricFactory.ToLinenote<C>

  • Type Parameters:
    C - Repesented metric class
    All Implemented Interfaces:
    com.google.common.base.Function<MetricFactory<C>,​com.chemaxon.apidiscovery.linenote.Linenote<C>>, Function<MetricFactory<C>,​com.chemaxon.apidiscovery.linenote.Linenote<C>>
    Enclosing interface:
    MetricFactory<C>

    @Beta
    public static class MetricFactory.ToLinenote<C>
    extends Object
    implements com.google.common.base.Function<MetricFactory<C>,​com.chemaxon.apidiscovery.linenote.Linenote<C>>
    Utility for creating a default linenote. Note that this API is under development.
    • Constructor Detail

      • ToLinenote

        public ToLinenote()
    • Method Detail

      • apply

        public com.chemaxon.apidiscovery.linenote.Linenote<C> apply​(MetricFactory<C> f)
        Specified by:
        apply in interface com.google.common.base.Function<MetricFactory<C>,​com.chemaxon.apidiscovery.linenote.Linenote<C>>
        Specified by:
        apply in interface Function<MetricFactory<C>,​com.chemaxon.apidiscovery.linenote.Linenote<C>>