Interface AbstractSignal.ChildSignalFactory<I extends AbstractSignal<?>>

Type Parameters:
I - the child signal type
Enclosing class:
AbstractSignal<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface AbstractSignal.ChildSignalFactory<I extends AbstractSignal<?>>
Creates a child signal instance from a node ID.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Id childId)
    Creates a child signal instance for the given node ID.
  • Method Details

    • create

      I create(Id childId)
      Creates a child signal instance for the given node ID.
      Parameters:
      childId - the node ID for the child signal, not null
      Returns:
      the child signal instance, not null