Interface ToSemigroup<T,U>

All Superinterfaces:
Function<T,U>, Semigroup<U>

public interface ToSemigroup<T,U> extends Function<T,U>, Semigroup<U>