Package com.atlassian.adf.util
Interface Fold3<A,B,C>
-
- All Known Subinterfaces:
Media
- All Known Implementing Classes:
BlockCard.CardAttributes,BlockCard.Datasource,Media.AbstractMedia,Media.ExternalMedia,Media.FileMedia,Media.FileOrLinkMedia,Media.LinkMedia
@PublicApi @ReturnValuesAreNonnullByDefault public interface Fold3<A,B,C>Sum type of three 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, Consumer<? super C> ifC)<T> Tfold(Function<? super A,? extends T> ifA, Function<? super B,? extends T> ifB, Function<? super C,? extends T> ifC)
-