Package org.kiwiproject.beta.base
package org.kiwiproject.beta.base
-
ClassDescriptionCopied and modified from kiwi's
CatchingRunnable.Utilities related to casting.Strategy interface for checking elements in a collection.Default implementation ofKiwiCasts2.CollectionCheckStrategythat usesKiwiCasts2.DEFAULT_MAX_NON_NULL_CHECKSas the maximum non-null checks and checks only one (non-null) element in the collection.Default implementation ofKiwiCasts2.ListCheckStrategythat usesKiwiCasts2.DEFAULT_MAX_NON_NULL_CHECKSas the maximum non-null checks and checks only one (non-null) element in the list.Default implementation ofKiwiCasts2.MapCheckStrategythat usesKiwiCasts2.DEFAULT_MAX_NON_NULL_CHECKSas the maximum non-null checks and checks only one (non-null) entry in the map.Default implementation ofKiwiCasts2.SetCheckStrategythat usesKiwiCasts2.DEFAULT_MAX_NON_NULL_CHECKSas the maximum non-null checks and checks only one (non-null) element in the set.Strategy interface for checking elements in a list.Strategy interface for checking entries in a map.Strategy interface for checking elements in a set.Standard implementation ofKiwiCasts2.CollectionCheckStrategythat allows configuring the number of non-null and type checks to perform.Standard implementation ofKiwiCasts2.ListCheckStrategythat allows configuring the number of non-null and type checks to perform.Standard implementation ofKiwiCasts2.MapCheckStrategythat allows configuring the number of non-null and type checks to perform.Standard implementation ofKiwiCasts2.SetCheckStrategythat allows configuring the number of non-null and type checks to perform.A description of how to close a specific object.Represents the result of an attempt to close an object.Static utilities for working withEnum.Static utilities related toRunnable.Represents the result of an attempt to run aKiwiRunnables.ThrowingRunnable.A variation onRunnablewhich allows exceptions to be thrown.ARuntimeExceptionthat contains a checked exception thrown by aKiwiRunnables.ThrowingRunnable.Utilities related to strings.Exception thrown when a value cannot be cast to the expected type.