Class DropCaptor<T>

  • Type Parameters:
    T - The type argument to Drop.
    All Implemented Interfaces:
    Function<Drop<T>,​Drop<T>>

    public final class DropCaptor<T>
    extends Object
    implements Function<Drop<T>,​Drop<T>>
    Utility class to capture or hold on to a drop instance.