Package com.atlassian.adf.util
Interface Fold2<A,B>
-
- All Known Subinterfaces:
InlineCard.UrlOrData
@PublicApi @ReturnValuesAreNonnullByDefault public interface Fold2<A,B>Sum type of two other types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaccept(Consumer<? super A> ifA, Consumer<? super B> ifB)<T> Tfold(Function<? super A,? extends T> ifA, Function<? super B,? extends T> ifB)
-