applyTo

public R applyTo(Object object)

A convenience alias for #apply(T).

Can be used when the object is known of being of type T but can't be cast to it explicitly (e.g. in case of wildcard arguments).