Uses of Interface
com.aoapps.lang.function.SerializableBiFunction
-
Packages that use SerializableBiFunction Package Description com.aoapps.lang.i18n Internationalization (i18n) utilities shared by many projects. -
-
Uses of SerializableBiFunction in com.aoapps.lang.i18n
Methods in com.aoapps.lang.i18n with parameters of type SerializableBiFunction Modifier and Type Method Description static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, Class<?> clazz)Accesses the resources in theResources.DEFAULT_SUBPACKAGEsub-package of the given class namedResources.DEFAULT_NAMEwithclazz.getSimpleName() + '.'as the prefix.static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, Package pack)Accesses the resources in theResources.DEFAULT_SUBPACKAGEsub-package of the given package namedResources.DEFAULT_NAME.static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, Package pack, String name)Accesses the resources in the given package (or sub-package) with the given name and no prefix.static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, Package pack, String name, String prefix)Accesses the resources in the given package (or sub-package) with the given name and prefix.static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, String baseName)Deprecated.Please use one of the class- or package-relative techniques in locating the resource bundle, as they will correctly locate the resources after packages are renamed by code obfuscation.static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, String baseName, String prefix)Deprecated.Please use one of the class- or package-relative techniques in locating the resource bundle, as they will correctly locate the resources after packages are renamed by code obfuscation.
-