Interface Buildable<T>

All Known Implementing Classes:
JSONWebKey, KeyPair, ObjectIdentifier, PEM

public interface Buildable<T>
Author:
Daniel DeGroff
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    with(java.util.function.Consumer<T> consumer)
     
  • Method Details

    • with

      default T with(java.util.function.Consumer<T> consumer)