Interface IsDefaultAnimations

    • Method Detail

      • contains

        boolean contains​(Key collection)
        Returns true if an animation collection instance is stored in the animation options.
        Parameters:
        collection - collection instance used to check in the animation options
        Returns:
        true if an animation collection instance is stored in the animation options
      • contains

        default boolean contains​(String collection)
        Returns true if an animation collection instance is stored in the animation options.
        Parameters:
        collection - collection instance used to check in the animation options
        Returns:
        true if an animation collection instance is stored in the animation options
      • get

        IsDefaultAnimationCollection get​(Key collection)
        Returns an animation collection instance if stored in the animation options.
        Parameters:
        collection - collection instance used to get for animation options
        Returns:
        an animation collection instance or null if does not exists
      • get

        default IsDefaultAnimationCollection get​(String collection)
        Returns an animation collection instance if stored in the animation options.
        Parameters:
        collection - collection instance used to get for animation options
        Returns:
        an animation collection instance or null if does not exists