Uses of Package
com.aoapps.lang.function
-
Packages that use com.aoapps.lang.function Package Description com.aoapps.lang.attribute Utilities for working with various attribute scopes.com.aoapps.lang.function com.aoapps.lang.i18n Internationalization (i18n) utilities shared by many projects. -
Classes in com.aoapps.lang.function used by com.aoapps.lang.attribute Class Description BiFunctionE A bifunction that is allowed to throw a checked exception.FunctionE A function that is allowed to throw a checked exception. -
Classes in com.aoapps.lang.function used by com.aoapps.lang.function Class Description BiConsumerE A biconsumer that is allowed to throw a checked exception.BiFunctionE A bifunction that is allowed to throw a checked exception.BiPredicateE A bipredicate that is allowed to throw a checked exception.ConsumerE A consumer that is allowed to throw a checked exception.FunctionE A function that is allowed to throw a checked exception.PredicateE A predicate that is allowed to throw a checked exception.SupplierE A supplier that is allowed to throw a checked exception. -
Classes in com.aoapps.lang.function used by com.aoapps.lang.i18n Class Description SerializableBiFunction A bifunction that must beSerializable.