Package argo.jdom

Class LeafFunctor

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

@Environment(CLIENT) abstract class LeafFunctor extends Object implements Functor
Mappings:
Namespace Name
intermediary argo/jdom/LeafFunctor
glue argo/jdom/LeafFunctor
server argo/jdom/LeafFunctor
client ba
named argo/jdom/LeafFunctor
  • Constructor Details

    • LeafFunctor

      LeafFunctor()
  • Method Details

    • applyTo

      public final 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;
    • typeSafeApplyTo

      protected abstract Object typeSafeApplyTo(Object object)
      Mappings:
      Namespace Name Mixin selector
      intermediary typeSafeApplyTo Largo/jdom/LeafFunctor;typeSafeApplyTo(Ljava/lang/Object;)Ljava/lang/Object;
      glue typeSafeApplyTo Largo/jdom/LeafFunctor;typeSafeApplyTo(Ljava/lang/Object;)Ljava/lang/Object;
      server typeSafeApplyTo Largo/jdom/LeafFunctor;typeSafeApplyTo(Ljava/lang/Object;)Ljava/lang/Object;
      client c Lba;c(Ljava/lang/Object;)Ljava/lang/Object;
      named typeSafeApplyTo Largo/jdom/LeafFunctor;typeSafeApplyTo(Ljava/lang/Object;)Ljava/lang/Object;