Interface MakeUserName

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MakeUserName
Functional interface used to get an ELO user name from a principal name.
  • Method Summary

    Modifier and Type
    Method
    Description
    makeUserName(String principalName)
     
  • Method Details