Class ConstantFun$


  • public class ConstantFun$
    extends java.lang.Object
    Deprecated.
    Use akka.util.ConstantFun instead. Since 2.5.0.
    INTERNAL API
    • Field Summary

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

      Constructors 
      Constructor Description
      ConstantFun$()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      scala.Function1<java.lang.Object,​java.lang.Object> conforms()
      Deprecated.
       
      <A,​B>
      scala.Function1<A,​scala.Option<B>>
      javaAnyToNone()
      Deprecated.
       
      <A,​B>
      Function2<A,​B,​Pair<A,​B>>
      javaCreatePairFunction()
      Deprecated.
       
      <T> Function<T,​T> javaIdentityFunction()
      Deprecated.
       
      java.lang.Object JavaPairFunction()
      Deprecated.
       
      scala.Function1<java.lang.Object,​scala.None$> none()
      Deprecated.
       
      scala.Function1<java.lang.Object,​java.lang.Object> oneInt()
      Deprecated.
       
      scala.Function1<java.lang.Object,​java.lang.Object> oneLong()
      Deprecated.
       
      <A,​B>
      scala.Function1<A,​scala.Option<B>>
      scalaAnyToNone()
      Deprecated.
       
      <A,​B,​C>
      scala.Function2<A,​B,​scala.Option<C>>
      scalaAnyTwoToNone()
      Deprecated.
       
      <T> scala.Function1<T,​T> scalaIdentityFunction()
      Deprecated.
       
      scala.Function2<java.lang.Object,​java.lang.Object,​scala.None$> two2none()
      Deprecated.
       
      scala.Function1<java.lang.Object,​java.lang.Object> zeroLong()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final ConstantFun$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ConstantFun$

        public ConstantFun$()
        Deprecated.
    • Method Detail

      • JavaPairFunction

        public java.lang.Object JavaPairFunction()
        Deprecated.
      • javaCreatePairFunction

        public <A,​B> Function2<A,​B,​Pair<A,​B>> javaCreatePairFunction()
        Deprecated.
      • javaIdentityFunction

        public <T> Function<T,​T> javaIdentityFunction()
        Deprecated.
      • scalaIdentityFunction

        public <T> scala.Function1<T,​T> scalaIdentityFunction()
        Deprecated.
      • scalaAnyToNone

        public <A,​B> scala.Function1<A,​scala.Option<B>> scalaAnyToNone()
        Deprecated.
      • scalaAnyTwoToNone

        public <A,​B,​C> scala.Function2<A,​B,​scala.Option<C>> scalaAnyTwoToNone()
        Deprecated.
      • javaAnyToNone

        public <A,​B> scala.Function1<A,​scala.Option<B>> javaAnyToNone()
        Deprecated.
      • conforms

        public scala.Function1<java.lang.Object,​java.lang.Object> conforms()
        Deprecated.
      • zeroLong

        public scala.Function1<java.lang.Object,​java.lang.Object> zeroLong()
        Deprecated.
      • oneLong

        public scala.Function1<java.lang.Object,​java.lang.Object> oneLong()
        Deprecated.
      • oneInt

        public scala.Function1<java.lang.Object,​java.lang.Object> oneInt()
        Deprecated.
      • none

        public scala.Function1<java.lang.Object,​scala.None$> none()
        Deprecated.
      • two2none

        public scala.Function2<java.lang.Object,​java.lang.Object,​scala.None$> two2none()
        Deprecated.