Package argo.jdom

Class ChainedFunctor

java.lang.Object
argo.jdom.ChainedFunctor
All Implemented Interfaces:
Functor

@Environment(CLIENT) final class ChainedFunctor extends Object implements Functor
Mappings:
Namespace Name
intermediary argo/jdom/ChainedFunctor
glue argo/jdom/ChainedFunctor
server argo/jdom/ChainedFunctor
client j
named argo/jdom/ChainedFunctor
  • Field Details

    • parentJsonNodeSelector

      private final JsonNodeSelector parentJsonNodeSelector
      Mappings:
      Namespace Name Mixin selector
      intermediary parentJsonNodeSelector Largo/jdom/ChainedFunctor;parentJsonNodeSelector:Largo/jdom/JsonNodeSelector;
      glue parentJsonNodeSelector Largo/jdom/ChainedFunctor;parentJsonNodeSelector:Largo/jdom/JsonNodeSelector;
      server parentJsonNodeSelector Largo/jdom/ChainedFunctor;parentJsonNodeSelector:Largo/jdom/JsonNodeSelector;
      client a Lj;a:Ljt;
      named parentJsonNodeSelector Largo/jdom/ChainedFunctor;parentJsonNodeSelector:Largo/jdom/JsonNodeSelector;
    • childJsonNodeSelector

      private final JsonNodeSelector childJsonNodeSelector
      Mappings:
      Namespace Name Mixin selector
      intermediary childJsonNodeSelector Largo/jdom/ChainedFunctor;childJsonNodeSelector:Largo/jdom/JsonNodeSelector;
      glue childJsonNodeSelector Largo/jdom/ChainedFunctor;childJsonNodeSelector:Largo/jdom/JsonNodeSelector;
      server childJsonNodeSelector Largo/jdom/ChainedFunctor;childJsonNodeSelector:Largo/jdom/JsonNodeSelector;
      client b Lj;b:Ljt;
      named childJsonNodeSelector Largo/jdom/ChainedFunctor;childJsonNodeSelector:Largo/jdom/JsonNodeSelector;
  • Constructor Details

  • Method Details

    • matchesNode

      public boolean matchesNode(Object object)
      Specified by:
      matchesNode in interface Functor
      Mappings:
      Namespace Name Mixin selector
      intermediary matchesNode Largo/jdom/Functor;matchesNode(Ljava/lang/Object;)Z
      glue matchesNode Largo/jdom/Functor;matchesNode(Ljava/lang/Object;)Z
      server matchesNode Largo/jdom/Functor;matchesNode(Ljava/lang/Object;)Z
      client a Lyp;a(Ljava/lang/Object;)Z
      named matchesNode Largo/jdom/Functor;matchesNode(Ljava/lang/Object;)Z
    • applyTo

      public Object applyTo(Object object)
      Specified by:
      applyTo in interface Functor
      Mappings:
      Namespace Name Mixin selector
      intermediary applyTo Largo/jdom/Functor;applyTo(Ljava/lang/Object;)Ljava/lang/Object;
      glue applyTo Largo/jdom/Functor;applyTo(Ljava/lang/Object;)Ljava/lang/Object;
      server applyTo Largo/jdom/Functor;applyTo(Ljava/lang/Object;)Ljava/lang/Object;
      client b Lyp;b(Ljava/lang/Object;)Ljava/lang/Object;
      named applyTo Largo/jdom/Functor;applyTo(Ljava/lang/Object;)Ljava/lang/Object;
    • shortForm

      public String shortForm()
      Specified by:
      shortForm in interface Functor
      Mappings:
      Namespace Name Mixin selector
      intermediary shortForm Largo/jdom/Functor;shortForm()Ljava/lang/String;
      glue shortForm Largo/jdom/Functor;shortForm()Ljava/lang/String;
      server shortForm Largo/jdom/Functor;shortForm()Ljava/lang/String;
      client a Lyp;a()Ljava/lang/String;
      named shortForm Largo/jdom/Functor;shortForm()Ljava/lang/String;
    • toString

      public String toString()
      Overrides:
      toString in class Object