Class ComponentInfo$

java.lang.Object
scala.runtime.AbstractFunction6<Prefix,ComponentType,String,LocationServiceUsage,scala.collection.immutable.Set<Connection>,scala.concurrent.duration.FiniteDuration,ComponentInfo>
csw.command.client.models.framework.ComponentInfo$
All Implemented Interfaces:
Serializable, scala.Function6<Prefix,ComponentType,String,LocationServiceUsage,scala.collection.immutable.Set<Connection>,scala.concurrent.duration.FiniteDuration,ComponentInfo>

public class ComponentInfo$ extends scala.runtime.AbstractFunction6<Prefix,ComponentType,String,LocationServiceUsage,scala.collection.immutable.Set<Connection>,scala.concurrent.duration.FiniteDuration,ComponentInfo> implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ComponentInfo$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class scala.runtime.AbstractFunction6

    curried, toString, tupled

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface scala.Function6

    apply
  • Field Details

    • MODULE$

      public static final ComponentInfo$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ComponentInfo$

      public ComponentInfo$()