Class BundleFunctions.PostTranslateFunc

  • All Implemented Interfaces:
    java.util.function.Function
    Enclosing class:
    BundleFunctions

    static class BundleFunctions.PostTranslateFunc
    extends BundleFunctions.BundleFunc
    implements java.util.function.Function
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PostTranslateFunc​(java.lang.String bundle, java.util.Locale locale, boolean returnLabels)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Object input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • PostTranslateFunc

        private PostTranslateFunc​(java.lang.String bundle,
                                  java.util.Locale locale,
                                  boolean returnLabels)
    • Method Detail

      • apply

        public java.lang.Object apply​(java.lang.Object input)
        Specified by:
        apply in interface java.util.function.Function