Class Nodes.WithOnAttach

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Node node
      private final Function0<T> onAttach
    • Constructor Summary

      Constructors 
      Constructor Description
      Nodes.WithOnAttach(Node node, Function0<T> onAttach)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Node getNode()
      final Function0<T> getOnAttach()
      final Unit onDetach(Function1<T, Unit> onDetach)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Nodes.WithOnAttach

        Nodes.WithOnAttach(Node node, Function0<T> onAttach)